summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-04-29locking/static_key: Add support for deferred static branchesJakub Kicinski
2019-04-29locking/lockdep: Test all incompatible scenarios at once in check_irq_usage()Frederic Weisbecker
2019-04-18locking/lockdep: Generate LOCKF_ bit compositesPeter Zijlstra
2019-04-18locking/lockdep: Use expanded masks on find_usage_*() functionsFrederic Weisbecker
2019-04-18locking/lockdep: Map remaining magic numbers to lock usage mask namesFrederic Weisbecker
2019-04-18locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR...Frederic Weisbecker
2019-04-14locking/rwsem: Prevent unneeded warning during locking selftestWaiman Long
2019-04-10locking/rwsem: Enable lock event countingWaiman Long
2019-04-10locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long
2019-04-10locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long
2019-04-10locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long
2019-04-10locking/rwsem: Add debug check for __down_read*()Waiman Long
2019-04-10locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long
2019-04-10locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long
2019-04-10locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long
2019-04-10locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-04-05kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)
2019-04-03locking/rwsem: Optimize down_read_trylock()Waiman Long
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2019-04-03locking/rwsem: Remove arch specific rwsem filesWaiman Long
2019-04-03locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra
2019-04-01signal: don't silently convert SI_USER signals to non-current pidfdJann Horn
2019-03-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-29xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin
2019-03-28cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-26bpf: remove incorrect 'verifier bug' warningPaul Chaignon
2019-03-26ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam
2019-03-26tracing: initialize variable in create_dyn_event()Frank Rowand
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi
2019-03-26bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-03-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva
2019-03-22Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner
2019-03-22watchdog/core: Make variables staticValdis Kletnieks