summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-08-16tracing: Add linear buckets to histogram logicSteven Rostedt (VMware)-7/+58
2021-08-16tracing/boot: Fix a hist trigger dependency for boot time tracingMasami Hiramatsu-6/+9
2021-08-16tracing: Apply trace filters on all output channelsPingfan Liu-35/+15
2021-08-16params: lift param_set_uint_minmax to common codeSagi Grimberg-0/+18
2021-08-15Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+17
2021-08-15Merge tag 'locking_urgent_for_v5.14_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2021-08-15bpf: Support "%c" in bpf_bprintf_prepare().Kuniyuki Iwashima-0/+14
2021-08-14dma-mapping: return an unsigned int from dma_map_sg{,_attrs}Christoph Hellwig-1/+1
2021-08-13bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev-0/+18
2021-08-13bpf: Clear zext_dst of dead insnsIlya Leoshkevich-0/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-108/+246
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner-3/+1
2021-08-12Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-13/+19
2021-08-12cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long-1/+5
2021-08-12hrtimer: Unbreak hrtimer_force_reprogram()Thomas Gleixner-20/+20
2021-08-12hrtimer: Use raw_cpu_ptr() in clock_was_set()Thomas Gleixner-2/+3
2021-08-12tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)-0/+2
2021-08-12tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn-0/+5
2021-08-12trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira-1/+5
2021-08-12trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira-0/+19
2021-08-12trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira-0/+31
2021-08-12Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-8/+11
2021-08-12set_user: add capability check when rlimit(RLIMIT_NPROC) exceedsRan Xiaokai-1/+2
2021-08-12padata: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-7/+7
2021-08-11Merge tag 'seccomp-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-08-11cfi: Use rcu_read_{un}lock_sched_notraceElliot Berman-4/+4
2021-08-11seccomp: Fix setting loaded filter count during TSYNCHsuan-Chi Kuo-1/+1
2021-08-11bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpersYonghong Song-6/+16
2021-08-11cgroup/cpuset: Enable event notification when partition state changesWaiman Long-11/+35
2021-08-11cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap-1/+7
2021-08-11smp: Fix all kernel-doc warningsRandy Dunlap-3/+11
2021-08-11genirq: Fix kernel-doc warnings in pm.c, msi.c and ipi.cRandy Dunlap-24/+29
2021-08-11genirq/timings: Fix error return code in irq_timings_test_irqs()Zhen Lei-0/+2
2021-08-10genirq/matrix: Fix kernel doc warnings for irq_matrix_alloc_managed()Baokun Li-1/+2
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love-7/+6
2021-08-10Merge branches 'doc.2021.07.20c', 'fixes.2021.08.06a', 'nocb.2021.07.20c', 'n...Paul E. McKenney-1658/+1767
2021-08-10torture: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior-3/+3
2021-08-10rcu: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior-2/+2
2021-08-10cpu/hotplug: Add debug printks for hotplug callback failuresDongli Zhang-0/+7
2021-08-10cpu/hotplug: Use DEVICE_ATTR_*() macroYueHaibing-27/+23
2021-08-10cpu/hotplug: Eliminate all kernel-doc warningsRandy Dunlap-5/+21
2021-08-10cpu/hotplug: Fix kernel doc warnings for __cpuhp_setup_state_cpuslocked()Baokun Li-0/+1
2021-08-10hrtimer: Avoid more SMP function calls in clock_was_set()Thomas Gleixner-9/+65
2021-08-10hrtimer: Avoid unnecessary SMP function calls in clock_was_set()Marcelo Tosatti-2/+33
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner-10/+17
2021-08-10time/timekeeping: Avoid invoking clock_was_set() twiceThomas Gleixner-8/+10
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner-10/+18
2021-08-10hrtimer: Force clock_was_set() handling for the HIGHRES=n, NOHZ=y caseThomas Gleixner-28/+59
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner-16/+19
2021-08-10hrtimer: Consolidate reprogramming codePeter Zijlstra-43/+29