summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2019-11-252-10/+10
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2019-11-253-26/+29
* futex: Prevent exit livelockThomas Gleixner2019-11-201-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2019-11-201-7/+9
* futex: Add mutex around futex exitThomas Gleixner2019-11-203-0/+18
* futex: Provide state handling for exec() as wellThomas Gleixner2019-11-201-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2019-11-201-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2019-11-203-41/+40
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2019-11-202-1/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2019-11-203-6/+12
* exit/exec: Seperate mm_release()Thomas Gleixner2019-11-204-5/+17
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2019-11-204-29/+49
* futex: Move futex exit handling into futex codeThomas Gleixner2019-11-204-41/+48
* futex: Prevent robust futex exit raceYang Tao2019-11-151-7/+51
* locking/lockdep: Update the comment for __lock_release()Dan Carpenter2019-11-131-3/+1
* locking/mutex: Complain upon mutex API misuse in IRQ contextsDavidlohr Bueso2019-10-291-0/+4
* futex: Drop leftover wake_q_add() commentDavidlohr Bueso2019-10-291-1/+1
* locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-0933-93/+90
* lib/smp_processor_id: Don't use cpumask_equal()Waiman Long2019-10-091-1/+1
* Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-092-3/+3
|\
| * Add my linux-leds branch to MAINTAINERSPavel Machek2019-10-081-0/+1
| * leds: core: Fix leds.h structure documentationDan Murphy2019-10-081-3/+2
* | Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-10-084-15/+27
|\ \
| * | gpio: max77620: Use correct unit for debounce timesThierry Reding2019-10-041-3/+3
| * | Merge tag 'gpio-v5.4-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-10-023-12/+24
| |\ \ | | |/ | |/|
| | * gpio: eic: sprd: Fix the incorrect EIC offset when togglingBruce Chen2019-10-011-3/+4
| | * gpio: fix getting nonexclusive gpiods from DTMarco Felsch2019-10-011-1/+1
| | * gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-sourceBartosz Golaszewski2019-10-011-8/+19
| |/
* | Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-081-1/+8
|\ \
| * | selinux: fix context string corruption in convert_context()Ondrej Mosnacek2019-10-031-1/+8
* | | Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-087-11/+97
|\ \ \
| * | | selftests: watchdog: Add command line option to show watchdog_infoGeorge G. Davis2019-10-021-1/+15
| * | | selftests: watchdog: Validate optional file argumentGeorge G. Davis2019-10-021-0/+11
| * | | selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook2019-10-012-3/+34
| * | | kselftest: exclude failed TARGETS from runlistCristian Marussi2019-10-011-0/+4
| * | | kselftest: add capability to skip chosen TARGETSCristian Marussi2019-10-012-0/+23
| * | | selftests: Add kselftest-all and kselftest-install targetsShuah Khan2019-10-013-7/+10
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-10-0821-89/+281
|\ \ \
| * | | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-084-12/+49
| * | | mm, sl[ou]b: improve memory accountingVlastimil Babka2019-10-083-9/+33
| * | | mm, memcg: make scan aggression always exclude protectionChris Down2019-10-082-54/+32
| * | | mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-10-082-28/+46
| * | | mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-084-12/+115
| * | | mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter2019-10-081-9/+11
| * | | mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-081-1/+7
| * | | mm/z3fold.c: claim page in the beginning of freeVitaly Wool2019-10-081-2/+8
| * | | kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-081-2/+2
| * | | memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He2019-10-081-0/+3
| * | | mm: fix -Wmissing-prototypes warningsYi Wang2019-10-082-2/+2
| * | | writeback: fix use-after-free in finish_writeback_work()Tejun Heo2019-10-081-2/+7