| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-02-07 | tracing: Add enabling of events to boot instances |  Steven Rostedt (Google) | 3 | -5/+10 |
| 2023-02-07 | tracing: Add creation of instances at boot command line |  Steven Rostedt (Google) | 1 | -0/+50 |
| 2023-02-07 | tracing: Fix trace_event_raw_event_synth() if else statement |  Steven Rostedt (Google) | 1 | -2/+2 |
| 2023-02-07 | tracing: Acquire buffer from temparary trace sequence |  Linyu Yuan | 1 | -0/+23 |
| 2023-02-07 | tracing/osnoise: No need for schedule_hrtimeout range |  Davidlohr Bueso | 1 | -1/+1 |
| 2023-02-07 | Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace |  Linus Torvalds | 1 | -3/+0 |
| 2023-02-07 | fanotify,audit: Allow audit to use the full permission event response |  Richard Guy Briggs | 1 | -3/+15 |
| 2023-02-07 | fanotify: Ensure consistent variable type for response |  Richard Guy Briggs | 1 | -1/+1 |
| 2023-02-06 | cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task |  Will Deacon | 1 | -7/+11 |
| 2023-02-06 | cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpuset tasks |  Waiman Long | 1 | -2/+25 |
| 2023-02-06 | genirq/ipi-mux: Use irq_domain_alloc_irqs() |  Marc Zyngier | 1 | -2/+1 |
| 2023-02-06 | trace/blktrace: fix memory leak with using debugfs_lookup() |  Greg Kroah-Hartman | 1 | -2/+2 |
| 2023-02-06 | rtmutex: Ensure that the top waiter is always woken up |  Wander Lairson Costa | 1 | -2/+3 |
| 2023-02-06 | posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime() |  Uros Bizjak | 1 | -7/+6 |
| 2023-02-06 | Merge 6.2-rc7 into char-misc-next |  Greg Kroah-Hartman | 21 | -80/+143 |
| 2023-02-05 | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 1 | -1/+1 |
| 2023-02-05 | Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -22/+17 |
| 2023-02-05 | genirq: Add mechanism to multiplex a single HW IPI |  Anup Patel | 3 | -0/+213 |
| 2023-02-03 | blk-cgroup: store a gendisk to throttle in struct task_struct |  Christoph Hellwig | 1 | -1/+1 |
| 2023-02-03 | livepatch,x86: Clear relocation targets on a module removal |  Song Liu | 1 | -13/+49 |
| 2023-02-03 | kernel/printk/index.c: fix memory leak with using debugfs_lookup() |  Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-02 | kexec: introduce sysctl parameters kexec_load_limit_* |  Ricardo Ribalda | 3 | -7/+95 |
| 2023-02-02 | kexec: factor out kexec_load_permitted |  Ricardo Ribalda | 3 | -3/+12 |
| 2023-02-02 | userns: fix a struct's kernel-doc notation |  Randy Dunlap | 1 | -1/+1 |
| 2023-02-02 | kthread_worker: check all delayed works when destroy kthread worker |  Zqiang | 1 | -0/+5 |
| 2023-02-03 | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup() |  Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-02-02 | mm: implement memory-deny-write-execute as a prctl |  Joey Gouly | 1 | -0/+33 |
| 2023-02-02 | mm: remove munlock_vma_page() |  Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2023-02-02 | mm: remove 'First tail page' members from struct page |  Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2023-02-02 | mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export |  Alistair Popple | 1 | -1/+1 |
| 2023-02-02 | bpf: devmap: check XDP features in __xdp_enqueue routine |  Lorenzo Bianconi | 1 | -3/+13 |
| 2023-02-02 | bpf: Drop always true do_idr_lock parameter to bpf_map_free_id |  Tobias Klauser | 2 | -18/+7 |
| 2023-02-02 | Merge branch 'stall.2023.01.09a' into HEAD |  Paul E. McKenney | 7 | -4/+93 |
| 2023-02-02 | Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', 'srcu.2023.01.03a', 'srcu-always.2023.02.02a', 'tasks.2023.01.03a', 'torture.2023.01.05a' and 'torturescript.2023.01.03a' into HEAD |  Paul E. McKenney | 15 | -400/+919 |
| 2023-02-02 | kernel/notifier: Remove CONFIG_SRCU |  Paul E. McKenney | 1 | -3/+0 |
| 2023-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 17 | -30/+70 |
| 2023-02-02 | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 5 | -12/+23 |
| 2023-02-02 | tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_pipe_raw |  Shiju Jose | 1 | -3/+0 |
| 2023-02-02 | Merge tag 'coresight-next-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/coresight/linux into char-misc-next |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2023-02-02 | bpf: Add __bpf_kfunc tag to all kfuncs |  David Vernet | 5 | -56/+57 |
| 2023-01-31 | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask() |  Waiman Long | 1 | -1/+2 |
| 2023-01-31 | perf: Fix perf_event_pmu_context serialization |  James Clark | 1 | -22/+17 |
| 2023-01-31 | sched/clock: Make local_clock() noinstr |  Peter Zijlstra | 1 | -6/+21 |
| 2023-01-31 | cpuidle: tracing, preempt: Squash _rcuidle tracing |  Peter Zijlstra | 1 | -8/+6 |
| 2023-01-31 | cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG |  Peter Zijlstra | 2 | -0/+8 |
| 2023-01-31 | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes |  Ingo Molnar | 34 | -172/+329 |
| 2023-01-31 | hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range() |  Davidlohr Bueso | 1 | -3/+11 |
| 2023-01-31 | hrtimer: Rely on rt_task() for DL tasks too |  Davidlohr Bueso | 1 | -1/+1 |
| 2023-01-29 | Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -2/+6 |
| 2023-01-28 | bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag |  Ilya Leoshkevich | 1 | -1/+15 |