summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2016-01-291-1/+0
* module: Fix locking in symbol_put_addr()Peter Zijlstra2015-12-061-2/+6
* security: add cred argument to security_capable()Chris Wright2015-12-061-1/+1
* tracing/filter: Do not allow infix to exceed end of stringSteven Rostedt (Red Hat)2015-09-181-0/+6
* tracing/filter: Do not WARN on operand count going below zeroSteven Rostedt (Red Hat)2015-09-181-1/+3
* hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-09-181-3/+9
* __ptrace_may_access() should not deny sub-threadsMark Grondona2015-09-181-1/+1
* tracing: Have filter check for balanced opsSteven Rostedt2015-09-181-2/+8
* ptrace: fix race between ptrace_resume() and wait_task_stopped()Oleg Nesterov2015-09-181-0/+20
* posix-timers: Fix stack info leak in timer_create()Mathias Krause2015-05-241-0/+1
* futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-11-231-0/+1
* ring-buffer: Always reset iterator to reader pageSteven Rostedt (Red Hat)2014-11-231-9/+3
* auditsc: audit_krule mask accesses need bounds checkingAndy Lutomirski2014-06-191-7/+18
* futex: Make lookup_pi_state more robustThomas Gleixner2014-06-191-28/+106
* futex: Always cleanup owner tid in unlock_piThomas Gleixner2014-06-191-23/+19
* futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner2014-06-191-3/+11
* futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner2014-06-191-0/+25
* futex: Prevent attaching to kernel threadsThomas Gleixner2014-06-191-0/+5
* futex: Add another early deadlock detection checkThomas Gleixner2014-06-191-14/+35
* exec/ptrace: fix get_dumpable() incorrect testsKees Cook2014-05-191-1/+1
* kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa2014-05-191-0/+4
* Fix lockup related to stop_machine being stuck in __do_softirq.Ben Greear2014-05-191-3/+10
* softirq: reduce latenciesEric Dumazet2013-06-101-8/+9
* tracing: Fix double free when function profile init failedNamhyung Kim2013-06-101-1/+0
* Fix a dead loop in async_synchronize_full()Li Zhong2013-06-101-4/+9
* cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2013-06-101-2/+0
* kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2013-06-101-12/+38
* ring-buffer: Fix race between integrity check and readersSteven Rostedt2013-06-101-0/+2
* kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo2013-06-101-0/+1
* wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-06-101-1/+2
* kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-06-101-1/+1
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-06-101-1/+1
* ptrace: Fix ptrace when task is in task_is_stopped() stateJohn Johansen2013-06-101-5/+9
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-06-102-12/+55
* ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2013-06-102-10/+4
* ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov2013-06-101-1/+1
* signal: always clear sa_restorer on execveKees Cook2013-06-101-0/+3
* kmod: make __request_module() killableOleg Nesterov2013-06-101-2/+34
* kmod: introduce call_modprobe() helperOleg Nesterov2013-06-101-7/+14
* usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2013-06-101-1/+1
* usermodehelper: implement UMH_KILLABLEOleg Nesterov2013-06-101-2/+25
* usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov2013-06-101-2/+7
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-06-101-1/+1
* timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-06-101-1/+1
* posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka2013-06-101-2/+21
* clockevents: Don't allow dummy broadcast timersMark Rutland2013-06-101-1/+2
* 2.6.32.y: timekeeping: Fix nohz issue with commit 61b76840ddee647c0c223365378...John Stultz2013-06-101-1/+2
* random: remove rand_initialize_irq()Theodore Ts'o2012-10-071-17/+0
* random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-10-071-4/+3
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-10-071-1/+4