- bea95c1 Merge branch 'perf/hw-branch-sampling' into perf/core by Ingo Molnar · 14 years ago
- 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
- 4293f20 Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume" by Linus Torvalds · 14 years ago
- 52abb70 genirq: Clear action->thread_mask if IRQ_ONESHOT is not set by Thomas Gleixner · 14 years ago
- 6027ce4 hung_task: fix the broken rcu_lock_break() logic by Oleg Nesterov · 14 years ago
- 6e27f63 vfork: kill PF_STARTING by Oleg Nesterov · 14 years ago
- 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 14 years ago
- d68b46f vfork: make it killable by Oleg Nesterov · 14 years ago
- c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 14 years ago
- f986a49 kprobes: return proper error code from register_kprobe() by Prashanth Nageshappa · 14 years ago
- c22ab33 kmsg_dump: don't run on non-error paths by default by Matthew Garrett · 14 years ago
- d010b33 perf: Add callback to flush branch_stack on context switch by Stephane Eranian · 15 years ago
- 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 15 years ago
- bce38cd perf: Add generic taken branch sampling support by Stephane Eranian · 15 years ago
- 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
- 2273d5c Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- 8eedce9 static keys: Inline the static_key_enabled() function by Jason Baron · 14 years ago
- a706d4f Merge branch 'perf/jump-labels' into perf/core by Ingo Molnar · 14 years ago
- 30ce2f7 perf/hwbp: Fix a possible memory leak by Namhyung Kim · 14 years ago
- 70ca00d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- faf3502 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
- 8f2f748 CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume by Srivatsa S. Bhat · 15 years ago
- d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 15 years ago
- c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 15 years ago
- 8c79a04 sched/events: Revert trace_sched_stat_sleeptime() by Peter Zijlstra · 15 years ago
- a746e3c jump label: Fix compiler warning by Jason Baron · 15 years ago
- fadf046 jump label: Add a WARN() if jump label key count goes negative by Jason Baron · 15 years ago
- 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 15 years ago
- 02aa316 ftrace: Allow to specify filter field type for ftrace events by Jiri Olsa · 15 years ago
- ced3900 ftrace, perf: Add support to use function tracepoint in perf by Jiri Olsa · 15 years ago
- e59a0bff ftrace: Add FTRACE_ENTRY_REG macro to allow event registration by Jiri Olsa · 15 years ago
- 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 15 years ago
- ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 15 years ago
- e248491 ftrace: Add enable/disable ftrace_ops control interface by Jiri Olsa · 15 years ago
- 5b34926 tracing: Don't use p->len field to determine output in __print_*() functions by Steven Rostedt · 15 years ago
- e404b32 tracing: Don't print an extra separator of flags by Andrey Vagin · 15 years ago
- 8ebbfb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 15 years ago
- 09bda44 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 15 years ago
- b4bc724 genirq: Handle pending irqs in irq_startup() by Thomas Gleixner · 15 years ago
- ac56376 genirq: Unmask oneshot irqs when thread was not woken by Thomas Gleixner · 15 years ago
- 074b851 vfs: fix panic in __d_lookup() with high dentry hashtable counts by Dimitri Sivanich · 15 years ago
- e3f89f4 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 15 years ago
- 10f296c module: make module param bint handle nul value by Dave Young · 15 years ago
- 47b0edc tracing/trivial: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 15 years ago
- 9510035 printk/tracing: Add console output tracing by Johannes Berg · 15 years ago
- 1e42e83 ftrace: sched_switch plugin is deprecated by Geunsik Lim · 15 years ago
- 3ec1e88 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
- 86f5e6a watchdog: Fix code/comments mismatches by Fernando Luis Vázquez Cao · 15 years ago
- ce2814f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- f6302f1 relay: prevent integer overflow in relay_open() by Dan Carpenter · 15 years ago
- f39d47f perf: Fix double start/stop in x86_pmu_start() by Stephane Eranian · 15 years ago
- 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 15 years ago
- 5ddf146 Merge branch 'perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 15 years ago
- 23783f8 Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
- 379e0be PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails by Srivatsa S. Bhat · 15 years ago
- 55ca614 kprobes: fix a memory leak in function pre_handler_kretprobe() by Jiang Liu · 15 years ago
- f069686 tracing/softirq: Move __raise_softirq_irqoff() out of header by Steven Rostedt · 15 years ago
- ac483c4 ftrace: Change filter/notrace set functions to return exit code by Jiri Olsa · 15 years ago
- 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 15 years ago
- 2f2fde9 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- fe9161d PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl path by Srivatsa S. Bhat · 15 years ago
- bb1693f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
- 181e9bd PM / Hibernate: Fix s2disk regression related to freezing workqueues by Rafael J. Wysocki · 15 years ago
- cb297a3 sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW by Chanho Min · 15 years ago
- 44a6839 Merge branch 'perf/fast' into perf/core by Ingo Molnar · 15 years ago
- e050e3f perf: Fix broken interrupt rate throttling by Stephane Eranian · 15 years ago
- 801493c Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
- b5740f4 sched: Fix ancient race in do_exit() by Yasunori Goto · 15 years ago
- b57cea5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- 2437dcb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 15 years ago
- 7132596 sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplug by Suresh Siddha · 15 years ago
- db7e527 sched/s390: Fix compile error in sched/core.c by Christian Borntraeger · 15 years ago
- 4ca9b72 sched: Fix rq->nr_uninterruptible update race by Peter Zijlstra · 15 years ago
- 96070c8 Merge branch 'sigtrace' of git://github.com/utrace/linux into perf/core by Ingo Molnar · 15 years ago
- 701b259 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 15 years ago
- ac1e3d4 Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
- a99cbf6 Merge branch 'kernel-doc' from Randy Dunlap by Linus Torvalds · 15 years ago
- fa75728 kernel-doc: fix kernel-doc warnings in sched by Randy Dunlap · 15 years ago
- 42ae610c kernel-doc: fix new warnings in auditsc.c by Randy Dunlap · 15 years ago
- d496aab kprobes: initialize before using a hlist by Ananth N Mavinakayanahalli · 15 years ago
- 0e90b31 net: introduce res_counter_charge_nofail() for socket allocations by Glauber Costa · 15 years ago
- 46cd6a7f perf: Call perf_cgroup_event_time() directly by Namhyung Kim · 15 years ago
- fd45c15 perf: Don't call release_callchain_buffers() if allocation fails by Namhyung Kim · 15 years ago
- 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
- 160cb5a PM / Hibernate: Correct additional pages number calculation by Namhyung Kim · 15 years ago
- f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 15 years ago
- c158a35 audit: no leading space in audit_log_d_path prefix by Kees Cook · 15 years ago
- 5afb8a3 audit: fix signedness bug in audit_log_execve_info() by Xi Wang · 15 years ago
- 10d6836 audit: comparison on interprocess fields by Peter Moody · 15 years ago
- 4a6633e audit: implement all object interfield comparisons by Peter Moody · 15 years ago
- c9fe685 audit: allow interfield comparison between gid and ogid by Eric Paris · 15 years ago
- b34b039 audit: complex interfield comparison helper by Eric Paris · 15 years ago
- 02d86a5 audit: allow interfield comparison in audit rules by Eric Paris · 15 years ago
- 4043cde audit: do not call audit_getname on error by Eric Paris · 15 years ago
- 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 15 years ago
- 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 15 years ago
- 54d3218 audit: allow audit matching on inode gid by Eric Paris · 15 years ago
- efaffd6 audit: allow matching on obj_uid by Eric Paris · 15 years ago
- 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 15 years ago