Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds | 2023-04-25 | 1 | -1/+0 | |
|\ | ||||||
| * | Merge branch 'slab/for-6.4/slob-removal' into slab/for-next | Vlastimil Babka | 2023-03-29 | 1 | -1/+0 | |
| |\ | ||||||
| | * | mm/slob: remove CONFIG_SLOB | Vlastimil Babka | 2023-03-29 | 1 | -1/+0 | |
* | | | Merge tag 'livepatching-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-04-25 | 2 | -8/+8 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'for-6.4/doc' into for-linus | Petr Mladek | 2023-04-24 | 3 | -7/+9 | |
| |\ \ \ | ||||||
| | * | | | livepatch: fix ELF typos | Alexey Dobriyan | 2023-03-09 | 1 | -5/+5 | |
| * | | | | livepatch: Make kobj_type structures constant | Thomas Weißschuh | 2023-03-09 | 1 | -3/+3 | |
* | | | | | Merge tag 'printk-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2023-04-25 | 1 | -12/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | printk: Remove obsoleted check for non-existent "user" object | Stanislav Kinsburskii | 2023-04-03 | 1 | -12/+1 | |
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2023-04-25 | 4 | -434/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ftrace: selftest: remove broken trace_direct_tramp | Mark Rutland | 2023-03-21 | 1 | -10/+2 | |
| * | | | | | | ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS | Florent Revest | 2023-03-21 | 2 | -2/+2 | |
| * | | | | | | ftrace: Store direct called addresses in their ops | Florent Revest | 2023-03-21 | 1 | -2/+5 | |
| * | | | | | | ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs | Florent Revest | 2023-03-21 | 3 | -27/+28 | |
| * | | | | | | ftrace: Remove the legacy _ftrace_direct API | Florent Revest | 2023-03-21 | 1 | -393/+0 | |
| * | | | | | | ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi | Florent Revest | 2023-03-21 | 1 | -4/+6 | |
| * | | | | | | ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter() | Florent Revest | 2023-03-21 | 2 | -2/+6 | |
* | | | | | | | Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-04-25 | 6 | -115/+205 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | posix-cpu-timers: Implement the missing timer_wait_running callback | Thomas Gleixner | 2023-04-21 | 2 | -14/+71 | |
| * | | | | | | | timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() | Frederic Weisbecker | 2023-04-18 | 1 | -12/+8 | |
| * | | | | | | | timers/nohz: Add a comment about broken iowait counter update race | Frederic Weisbecker | 2023-04-18 | 1 | -2/+8 | |
| * | | | | | | | timers/nohz: Protect idle/iowait sleep time under seqcount | Frederic Weisbecker | 2023-04-18 | 2 | -6/+17 | |
| * | | | | | | | timers/nohz: Only ever update sleeptime from idle exit | Frederic Weisbecker | 2023-04-18 | 1 | -58/+37 | |
| * | | | | | | | timers/nohz: Restructure and reshuffle struct tick_sched | Frederic Weisbecker | 2023-04-18 | 1 | -25/+41 | |
| * | | | | | | | tick/common: Align tick period with the HZ tick. | Sebastian Andrzej Siewior | 2023-04-18 | 1 | -1/+11 | |
| * | | | | | | | posix-timers: Prefer delivery of signals to the current thread | Dmitry Vyukov | 2023-04-16 | 1 | -3/+18 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'irq-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-04-25 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | genirq: Update affinity of secondary threads | John Keeping | 2023-04-15 | 1 | -1/+4 | |
| * | | | | | | | softirq: Add trace points for tasklet entry/exit | Lingutla Chandrasekhar | 2023-04-15 | 1 | -2/+7 | |
* | | | | | | | | Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-04-25 | 2 | -9/+74 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ptrace: Provide set/get interface for syscall user dispatch | Gregory Price | 2023-04-16 | 2 | -0/+49 | |
| * | | | | | | | | syscall_user_dispatch: Untag selector address before access_ok() | Gregory Price | 2023-04-16 | 1 | -1/+10 | |
| * | | | | | | | | syscall_user_dispatch: Split up set_syscall_user_dispatch() | Gregory Price | 2023-04-16 | 1 | -8/+15 | |
* | | | | | | | | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2023-04-25 | 3 | -38/+27 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cgroup_get_from_fd(): switch to fdget_raw() | Al Viro | 2023-04-21 | 1 | -6/+4 | |
| * | | | | | | | | | bpf: switch to fdget_raw() | Al Viro | 2023-04-21 | 1 | -23/+15 | |
| * | | | | | | | | | convert setns(2) to fdget()/fdput() | Al Viro | 2023-04-21 | 1 | -9/+8 | |
* | | | | | | | | | | Merge tag 'v6.4/pidfd.file' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-04-24 | 2 | -23/+94 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fork: use pidfd_prepare() | Christian Brauner | 2023-04-03 | 1 | -11/+2 | |
| * | | | | | | | | | | pid: add pidfd_prepare() | Christian Brauner | 2023-04-03 | 2 | -12/+92 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'v6.4/kernel.user_worker' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-04-24 | 4 | -25/+151 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | vhost_task: Allow vhost layer to use copy_process | Mike Christie | 2023-03-23 | 2 | -0/+118 | |
| * | | | | | | | | | | fork: allow kernel code to call copy_process | Mike Christie | 2023-03-12 | 1 | -1/+1 | |
| * | | | | | | | | | | fork: Add kernel_clone_args flag to ignore signals | Mike Christie | 2023-03-12 | 1 | -0/+3 | |
| * | | | | | | | | | | fork: add kernel_clone_args flag to not dup/clone files | Mike Christie | 2023-03-12 | 1 | -2/+8 | |
| * | | | | | | | | | | fork/vm: Move common PF_IO_WORKER behavior to new flag | Mike Christie | 2023-03-12 | 1 | -0/+3 | |
| * | | | | | | | | | | kthread: Pass in the thread's name during creation | Mike Christie | 2023-03-12 | 1 | -21/+11 | |
| * | | | | | | | | | | kernel: Allow a kernel thread's name to be set in copy_process | Mike Christie | 2023-03-12 | 2 | -2/+8 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-04-24 | 16 | -242/+646 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-------. \ \ \ \ \ \ \ \ \ | Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'... | Joel Fernandes (Google) | 2023-04-05 | 12 | -223/+579 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |