summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* locking/rwsem: Enable lock event countingWaiman Long2019-04-10
* locking/lock_events: Don't show pvqspinlock events on bare metalWaiman Long2019-04-10
* locking/lock_events: Make lock_events available for all archs & other locksWaiman Long2019-04-10
* locking/qspinlock_stat: Introduce generic lockevent_*() counting APIsWaiman Long2019-04-10
* locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macroWaiman Long2019-04-10
* locking/rwsem: Add debug check for __down_read*()Waiman Long2019-04-10
* locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued()Waiman Long2019-04-10
* locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.hWaiman Long2019-04-10
* locking/rwsem: Move owner setting code from rwsem.c to rwsem.hWaiman Long2019-04-10
* locking/rwsem: Relocate rwsem_down_read_failed()Waiman Long2019-04-10
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-10
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-05
| |\
| | * kernel/sysctl.c: fix out-of-bounds access when setting file-maxWill Deacon2019-04-05
| * | Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2019-04-05
| |\ \ | | |/ | |/|
| | * syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-05
| | * tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)2019-04-04
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-05
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-30
| | |\ \
| | | * | xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-03-29
| | | * | bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-26
| | | * | bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-25
| * | | | signal: don't silently convert SI_USER signals to non-current pidfdJann Horn2019-04-01
| | |_|/ | |/| |
* | | | locking/rwsem: Optimize down_read_trylock()Waiman Long2019-04-03
* | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-03
* | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-03
* | | | locking/static_key: Fix false positive warnings on concurrent dec/incPeter Zijlstra2019-04-03
|/ / /
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-31
|\ \ \
| * | | cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=nThomas Gleixner2019-03-28
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-31
|\ \ \ \
| * | | | watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-28
| |/ / /
* | / / ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-29
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-27
|\ \ \ | | |/ | |/|
| * | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-21
| * | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-21
| * | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-20
| * | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-16
| |\ \
| | * | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-13
* | | | ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-26
* | | | tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-26
* | | | tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-26
| |_|/ |/| |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-24
|\ \ \
| * | | sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider2019-03-19
| * | | sched/fair: Tune down misfit NOHZ kicksValentin Schneider2019-03-19
| * | | sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider2019-03-19
| * | | sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-19
| * | | sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-19
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-24
|\ \ \ \
| * \ \ \ Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/...Thomas Gleixner2019-03-22
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | perf/core: Restore mmap record type correctlyStephane Eranian2019-03-11