aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-01-13irq: pm: Remove unused variableDmitry Shmidt
2014-12-02Make suspend abort reason logging depend on CONFIG_PM_SLEEPLorenzo Colitti
2014-11-07cgroup: refactor allow_attach function into common codeRom Lemarchand
2014-11-04power: Add check_wakeup_reason() to verify wakeup source irqDmitry Shmidt
2014-10-29power: Adds functionality to log the last suspend abort reason.Ruchi Kandoi
2014-10-16power: Avoids bogus error messages for the suspend aborts.Ruchi Kandoi
2014-10-08seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck
2014-10-07seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook
2014-10-07seccomp: allow mode setting across threadsKees Cook
2014-10-07seccomp: introduce writer lockingKees Cook
2014-10-07seccomp: split filter prep from check and applyKees Cook
2014-10-07sched: move no_new_privs into new atomic flagsKees Cook
2014-10-07seccomp: add "seccomp" syscallKees Cook
2014-10-07seccomp: split mode setting routinesKees Cook
2014-10-07seccomp: extract check/assign mode helpersKees Cook
2014-10-07seccomp: create internal mode-setting functionKees Cook
2014-10-07introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov
2014-10-07syscall_get_arch: remove useless function argumentsEric Paris
2014-09-17seccomp: revert previous patches in prep for updated onesJP Abgrall
2014-08-28seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook
2014-08-28seccomp: allow mode setting across threadsKees Cook
2014-08-28seccomp: introduce writer lockingKees Cook
2014-08-28seccomp: split filter prep from check and applyKees Cook
2014-08-28seccomp: add "seccomp" syscallKees Cook
2014-08-28seccomp: split mode setting routinesKees Cook
2014-08-28seccomp: extract check/assign mode helpersKees Cook
2014-08-28seccomp: create internal mode-setting functionKees Cook
2014-08-28seccomp: fix memory leak on filter attachKees Cook
2014-08-22mm: fix prctl_set_vma_anon_nameColin Cross
2014-06-16prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.Ruchi Kandoi
2014-06-06futex: Make lookup_pi_state more robustThomas Gleixner
2014-06-06futex: Always cleanup owner tid in unlock_piThomas Gleixner
2014-06-06futex: Validate atomic acquisition in futex_lock_pi_atomic()Thomas Gleixner
2014-06-06futex-prevent-requeue-pi-on-same-futex.patch futex: Forbid uaddr == uaddr2 in...Thomas Gleixner
2014-04-24Power: Changes the permission to read only for sysfs fileRuchi Kandoi
2014-04-22prctl: adds PR_SET_TIMERSLACK_PID for setting timer slack of an arbitrary thr...Ruchi Kandoi
2014-03-10power: wakeup_reason: rename irq_count to irqcountGreg Hackmann
2014-03-10Power: Add guard condition for maximum wakeup reasonsRuchi Kandoi
2014-02-21POWER: fix compile warnings in log_wakeup_reasonRuchi Kandoi
2014-02-20Power: add an API to log wakeup reasonsRuchi Kandoi
2013-11-13ARM: Fix "Make low-level printk work" to use a separate config optionArve Hjønnevåg
2013-11-07anonymous vma names: fix build with !MMUColin Cross
2013-11-07mm: fix anon vma namingColin Cross
2013-09-19mm: add a field to store names for private anonymous memoryColin Cross
2013-09-19add extra free kbytes tunableRik van Riel
2013-07-01sigtimedwait: use freezable blocking callColin Cross
2013-07-01nanosleep: use freezable blocking callColin Cross
2013-07-01futex: use freezable blocking callColin Cross
2013-07-01freezer: skip waking up tasks with PF_FREEZER_SKIP setColin Cross
2013-07-01freezer: shorten freezer sleep time using exponential backoffColin Cross