Age | Commit message (Expand) | Author |
2013-07-25 | uprobes: Fix return value in error handling path | zhangwei(Jovi) |
2013-07-25 | printk: Fix rq->lock vs logbuf_lock unlock lock inversion | Bu, Yitian |
2013-07-25 | tick: Prevent uncontrolled switch to oneshot mode | Thomas Gleixner |
2013-07-25 | tick: Sanitize broadcast control logic | Thomas Gleixner |
2013-07-21 | timer: Fix jiffies wrap behavior of round_jiffies_common() | Bart Van Assche |
2013-07-21 | genirq: Fix can_request_irq() for IRQs without an action | Ben Hutchings |
2013-07-21 | cgroup: fix umount vs cgroup_event_remove() race | Li Zefan |
2013-07-13 | futex: Take hugepages into account when generating futex_key | Zhang Yi |
2013-07-13 | module: do percpu allocation after uniqueness check. No, really! | Rusty Russell |
2013-06-29 | Fix: kernel/ptrace.c: ptrace_peek_siginfo() missing __put_user() validation | Mathieu Desnoyers |
2013-06-29 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2013-06-26 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-06-21 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2013-06-21 | tick: Fix tick_broadcast_pending_mask not cleared | Daniel Lezcano |
2013-06-20 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-06-20 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-06-20 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-06-20 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2013-06-20 | hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot() | Oleg Nesterov |
2013-06-20 | hw_breakpoint: Fix cpu check in task_bp_pinned(cpu) | Oleg Nesterov |
2013-06-19 | tracing/context-tracking: Add preempt_schedule_context() for tracing | Steven Rostedt |
2013-06-19 | sched: Fix clear NOHZ_BALANCE_KICK | Vincent Guittot |
2013-06-19 | perf: Fix mmap() accounting hole | Peter Zijlstra |
2013-06-18 | range: Do not add new blank slot with add_range_with_merge | Yinghai Lu |
2013-06-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-06-15 | move exit_task_namespaces() outside of exit_notify() | Oleg Nesterov |
2013-06-14 | idle: Enable interrupts in the weak arch_cpu_idle() implementation | James Bottomley |
2013-06-13 | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds |
2013-06-12 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds |
2013-06-12 | kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules() | Chen Gang |
2013-06-12 | audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE | Oleg Nesterov |
2013-06-12 | kmsg: honor dmesg_restrict sysctl on /dev/kmsg | Kees Cook |
2013-06-12 | reboot: rigrate shutdown/reboot to boot cpu | Robin Holt |
2013-06-12 | CPU hotplug: provide a generic helper to disable/enable CPU hotplug | Srivatsa S. Bhat |
2013-06-12 | Merge tag 'trace-fixes-v3.10-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2013-06-11 | idle: Add the stack canary init to cpu_startup_entry() | Thomas Gleixner |
2013-06-11 | tracing: Fix outputting formats of x86-tsc and counter when use trace_clock | Yoshihiro YUNOMAE |
2013-06-10 | Fix lockup related to stop_machine being stuck in __do_softirq. | Ben Greear |
2013-06-10 | rcu: Fix deadlock with CPU hotplug, RCU GP init, and timer migration | Paul E. McKenney |
2013-06-10 | rcu: Don't call wakeup() with rcu_node structure ->lock held | Steven Rostedt |
2013-06-08 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2013-06-08 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-06-08 | irqdomain: document the simple domain first_irq | Linus Walleij |
2013-06-08 | kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid. | Chen Gang |
2013-06-08 | irqdomain: export irq_domain_add_simple | Arnd Bergmann |
2013-06-07 | Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2013-06-06 | tracing: Use current_uid() for critical time tracing | Steven Rostedt (Red Hat) |
2013-06-03 | Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2013-05-31 | tick: Remove useless timekeeping duty attribution to broadcast source | Jiri Bohac |
2013-05-31 | nohz: Fix notifier return val that enforce timekeeping | Li Zhong |