summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-11-23futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner
2014-11-23ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)
2014-06-19auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski
2014-06-19futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-19futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-19futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-19futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-06-19futex: Prevent attaching to kernel threadsThomas Gleixner
2014-06-19futex: Add another early deadlock detection checkThomas Gleixner
2014-05-19exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2014-05-19kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa
2014-05-19Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear
2013-06-10softirq: reduce latenciesEric Dumazet
2013-06-10tracing: Fix double free when function profile init failedNamhyung Kim
2013-06-10Fix a dead loop in async_synchronize_full()Li Zhong
2013-06-10cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-06-10kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke
2013-06-10ring-buffer: Fix race between integrity check and readersSteven Rostedt
2013-06-10kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo
2013-06-10wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-06-10kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-06-10kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-06-10ptrace: Fix ptrace when task is in task_is_stopped() stateJohn Johansen
2013-06-10ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-06-10ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-06-10ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov
2013-06-10signal: always clear sa_restorer on execveKees Cook
2013-06-10kmod: make __request_module() killableOleg Nesterov
2013-06-10kmod: introduce call_modprobe() helperOleg Nesterov
2013-06-10usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov
2013-06-10usermodehelper: implement UMH_KILLABLEOleg Nesterov
2013-06-10usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov
2013-06-10tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner
2013-06-10timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy
2013-06-10posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-06-10clockevents: Don't allow dummy broadcast timersMark Rutland
2013-06-102.6.32.y: timekeeping: Fix nohz issue with commit 61b76840ddee647c0c223365378...John Stultz
2012-10-07random: remove rand_initialize_irq()Theodore Ts'o
2012-10-07random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o
2012-10-07epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-10-07futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart
2012-10-07futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart
2012-10-07futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart
2012-10-07ntp: Fix STA_INS/DEL clearing bugJohn Stultz
2012-10-07ntp: Fix integer overflow when setting timeSasha Levin
2012-10-07cred: copy_process() should clear child->replacement_session_keyringOleg Nesterov
2012-10-07block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling
2012-10-07sched: Fix signed unsigned comparison in check_preempt_tick()Mike Galbraith
2012-10-07usb: Fix deadlock in hid_reset when Dell iDRAC is resetStuart Hayes
2012-10-07time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz