summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-08-11Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-11cfi: Use rcu_read_{un}lock_sched_notraceElliot Berman
2021-08-11seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo
2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song
2021-08-11cgroup/cpuset: Enable event notification when partition state changesWaiman Long
2021-08-11cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap
2021-08-11smp: Fix all kernel-doc warningsRandy Dunlap
2021-08-11genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap
2021-08-11genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei
2021-08-10genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney
2021-08-10torture: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-08-10cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang
2021-08-10cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing
2021-08-10cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap
2021-08-10cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra
2021-08-10hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker
2021-08-10posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker
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