summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-10posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-08-10posix-timers: Remove redundant initialization of variable retColin Ian King
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-10genirq/msi: Ensure deactivation on teardownBixuan Cui
2021-08-10genirq/timings: Prevent potential array overflow in __irq_timings_store()Ben Dai
2021-08-10genirq/generic_chip: Use struct_size() in kzalloc()Gustavo A. R. Silva
2021-08-10KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater
2021-08-10genirq: Clarify documentation for request_threaded_irq()Joel Savitz
2021-08-10smpboot: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10clocksource: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10genirq/affinity: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10bpf, core: Fix kernel-doc notationRandy Dunlap
2021-08-10kernel/pid.c: implement additional checks upon pidfd_create() parametersMatthew Bobrowski
2021-08-10kernel/pid.c: remove static qualifier from pidfd_create()Matthew Bobrowski
2021-08-10Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2021-08-10genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner
2021-08-10bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song
2021-08-10bpf: Add lockdown check for probe_write_user helperDaniel Borkmann
2021-08-10locking/rtmutex: Use the correct rtmutex debugging config optionZhen Lei
2021-08-09Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-09cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long
2021-08-09workqueue: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09workqueue: Replace deprecated ida_simple_*() with ida_alloc()/ida_free()Zhen Lei
2021-08-09workqueue: Fix typo in commentsCai Huoqing
2021-08-09bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki
2021-08-09ucounts: add missing data type changesSven Schnelle
2021-08-09bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann
2021-08-09dma-mapping: disallow .map_sg operations from returning zero on errorLogan Gunthorpe
2021-08-09dma-mapping: return error code from dma_dummy_map_sg()Martin Oliveira
2021-08-09dma-direct: return appropriate error code from dma_direct_map_sg()Logan Gunthorpe
2021-08-09dma-mapping: allow map_sg() ops to return negative error codesLogan Gunthorpe
2021-08-09dma-debug: fix debugfs initialization orderAnthony Iliopoulos
2021-08-09dma-debug: use memory_intersects() directlyKefeng Wang
2021-08-08Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-08Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-08Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-08-07bpf: Fix integer overflow involving bucket_sizeTatsuhiko Yasumatsu
2021-08-06rcu: Print human-readable message for schedule() in RCU readerPaul E. McKenney
2021-08-06rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCUFrederic Weisbecker
2021-08-06rcu: Use per_cpu_ptr to get the pointer of per_cpu variableLiu Song
2021-08-06rcu: Remove useless "ret" update in rcu_gp_fqs_loop()Liu Song
2021-08-06rcu: Mark accesses in tree_stall.hPaul E. McKenney
2021-08-06rcu: Make rcu_gp_init() and rcu_gp_fqs_loop noinline to conserve stackPaul E. McKenney
2021-08-06rcu: Mark lockless ->qsmask read in rcu_check_boost_fail()Paul E. McKenney