aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* futex: Do not leak robust list to unprivileged processKees Cook2012-04-222-46/+26
* nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-221-2/+2
* cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov2012-04-131-0/+2
* sysctl: fix write access to dmesg_restrict/kptr_restrictKees Cook2012-04-131-4/+4
* kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-04-131-29/+24
* tracing: Fix ent_size in trace outputSteven Rostedt2012-04-131-0/+4
* tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-04-132-5/+13
* genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu2012-04-131-3/+7
* module: Remove module size limitSasha Levin2012-04-021-2/+1
* PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat2012-04-021-3/+4
* genirq: Fix incorrect check for forced IRQ thread handlerAlexander Gordeev2012-04-021-1/+1
* genirq: Fix long-term regression in genirq irq_set_irq_type() handlingRussell King2012-04-021-2/+1
* ntp: Fix integer overflow when setting timeSasha Levin2012-04-021-1/+1
* futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner2012-04-021-6/+13
* Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-191-1/+6
* kprobes: return proper error code from register_kprobe()Prashanth Nageshappa2012-03-121-5/+7
* genirq: Clear action->thread_mask if IRQ_ONESHOT is not setThomas Gleixner2012-03-121-6/+38
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-291-1/+4
* genirq: Handle pending irqs in irq_startup()Thomas Gleixner2012-02-294-11/+14
* genirq: Unmask oneshot irqs when thread was not wokenThomas Gleixner2012-02-291-2/+23
* relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-201-2/+8
* lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings2012-02-131-2/+3
* lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra2012-02-131-2/+10
* PM / Hibernate: Thaw kernel threads in SNAPSHOT_CREATE_IMAGE ioctl pathSrivatsa S. Bhat2012-02-131-2/+4
* PM / Hibernate: Thaw processes in SNAPSHOT_CREATE_IMAGE ioctl test pathSrivatsa S. Bhat2012-02-133-4/+11
* sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min2012-02-131-0/+5
* PM / Hibernate: Fix s2disk regression related to freezing workqueuesRafael J. Wysocki2012-02-132-0/+18
* kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu2012-02-131-1/+5
* kprobes: initialize before using a hlistAnanth N Mavinakayanahalli2012-01-251-1/+1
* tracepoints/module: Fix disabling tracepoints with taint CRAP or OOTSteven Rostedt2012-01-251-3/+4
* ftrace: Fix unregister ftrace_ops accountingJiri Olsa2012-01-251-14/+13
* cgroup: fix to allow mounting a hierarchy by nameLi Zefan2012-01-121-3/+3
* ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachOleg Nesterov2012-01-042-3/+12
* ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2012-01-041-1/+8
* hung_task: fix false positive during vforkMandeep Singh Baines2012-01-031-4/+10
* futex: Fix uninterruptible loop due to gate_areaHugh Dickins2011-12-311-8/+20
* Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds2011-12-301-1/+0
* Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-201-5/+0
|\
| * cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines2011-12-191-5/+0
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-12-201-3/+9
|\ \
| * | time/clocksource: Fix kernel-doc warningsKusanagi Kouichi2011-12-191-3/+9
* | | binary_sysctl(): fix memory leakMichel Lespinasse2011-12-201-1/+1
* | | cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskDavid Rientjes2011-12-201-5/+24
| |/ |/|
| |
| \
*-. \ Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Linus Torvalds2011-12-172-8/+14
|\ \ \
| | * | sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingPeter Zijlstra2011-12-161-6/+8
| * | | perf events: Fix ring_buffer_wakeup() brown paperbag bugWill Deacon2011-12-141-2/+6
|/ / /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-092-3/+9
|\ \ \
| * | | perf: Do no try to schedule task events if there are noneGleb Natapov2011-12-071-2/+2
| * | | lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Yong Zhang2011-12-061-1/+7
* | | | sys_getppid: add missing rcu_dereferenceMandeep Singh Baines2011-12-091-1/+1