aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Gravatar Linus Torvalds 2-4/+4
2012-02-28perf/hwbp: Fix a possible memory leakGravatar Namhyung Kim 1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-13/+37
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeGravatar Srivatsa S. Bhat 1-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Gravatar Oleg Nesterov 1-1/+4
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Gravatar Peter Zijlstra 2-1/+2
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2012-02-15genirq: Handle pending irqs in irq_startup()Gravatar Thomas Gleixner 4-11/+14
2012-02-15genirq: Unmask oneshot irqs when thread was not wokenGravatar Thomas Gleixner 1-2/+23
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsGravatar Dimitri Sivanich 1-2/+2
2012-02-13Merge tag 'for-linus' of git://github.com/rustyrussell/linuxGravatar Linus Torvalds 1-1/+2
2012-02-14module: make module param bint handle nul valueGravatar Dave Young 1-1/+2
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-3/+9
2012-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+14
2012-02-10relay: prevent integer overflow in relay_open()Gravatar Dan Carpenter 1-2/+8
2012-02-07perf: Fix double start/stop in x86_pmu_start()Gravatar Stephane Eranian 1-5/+14
2012-02-07block: strip out locking optimization in put_io_context()Gravatar Tejun Heo 1-1/+1
2012-02-04Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-6/+31
2012-02-04PM / Freezer: Thaw only kernel threads if freezing of kernel threads failsGravatar Srivatsa S. Bhat 2-4/+27
2012-02-03kprobes: fix a memory leak in function pre_handler_kretprobe()Gravatar Jiang Liu 1-1/+5
2012-02-02Fix race in process_vm_rw_coreGravatar Christopher Yeoh 1-0/+20
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Gravatar Linus Torvalds 6-56/+124
2012-02-01PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathGravatar Srivatsa S. Bhat 1-2/+4
2012-01-29PM / Hibernate: Fix s2disk regression related to freezing workqueuesGravatar Rafael J. Wysocki 2-0/+28
2012-01-27sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWGravatar Chanho Min 1-0/+5
2012-01-27perf: Fix broken interrupt rate throttlingGravatar Stephane Eranian 1-38/+66
2012-01-27sched: Fix ancient race in do_exit()Gravatar Yasunori Goto 1-0/+16
2012-01-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+1
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsGravatar Prarit Bhargava 1-1/+1
2012-01-26sched/nohz: Fix nohz cpu idle load balancing state with cpu hotplugGravatar Suresh Siddha 1-5/+29
2012-01-26sched/s390: Fix compile error in sched/core.cGravatar Christian Borntraeger 1-0/+1
2012-01-26sched: Fix rq->nr_uninterruptible update raceGravatar Peter Zijlstra 1-12/+6
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+25
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2012-01-23Merge branch 'kernel-doc' from Randy DunlapGravatar Linus Torvalds 2-4/+4
2012-01-23kernel-doc: fix kernel-doc warnings in schedGravatar Randy Dunlap 1-2/+1
2012-01-23kernel-doc: fix new warnings in auditsc.cGravatar Randy Dunlap 1-2/+3
2012-01-23kprobes: initialize before using a hlistGravatar Ananth N Mavinakayanahalli 1-1/+1
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGravatar Glauber Costa 1-0/+25
2012-01-21perf: Call perf_cgroup_event_time() directlyGravatar Namhyung Kim 1-1/+1
2012-01-21perf: Don't call release_callchain_buffers() if allocation failsGravatar Namhyung Kim 1-2/+0
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Gravatar Linus Torvalds 1-3/+4
2012-01-19PM / Hibernate: Correct additional pages number calculationGravatar Namhyung Kim 1-1/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-295/+474
2012-01-17audit: no leading space in audit_log_d_path prefixGravatar Kees Cook 2-4/+4
2012-01-17audit: fix signedness bug in audit_log_execve_info()Gravatar Xi Wang 1-2/+2
2012-01-17audit: comparison on interprocess fieldsGravatar Peter Moody 1-0/+39
2012-01-17audit: implement all object interfield comparisonsGravatar Peter Moody 1-0/+29