summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-03-21Merge branch 'rework/fast-next-seq' into for-linusPetr Mladek
2022-03-21Merge branch 'for-5.18-panic-deadlocks' into for-linusPetr Mladek
2022-03-02printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap
2022-02-21printk: make suppress_panic_printk staticJiapeng Chong
2022-02-21printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called...Andre Kalb
2022-02-15printk: use atomic updates for klogd workJohn Ogness
2022-02-14printk: Drop console_sem during panicStephen Brennan
2022-02-14printk: Avoid livelock with heavy printk during panicStephen Brennan
2022-02-14printk: disable optimistic spin during panicStephen Brennan
2022-02-14printk: Add panic_in_progress helperStephen Brennan
2022-01-26printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'core_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-10Merge branch 'workqueue/for-5.16-fixes' into workqueue/for-5.17Tejun Heo
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-07Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-07cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng
2022-01-07irq: remove unused flags argument from __handle_irq_event_percpu()Sebastian Andrzej Siewior
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-01-06Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-06cgroup/rstat: check updated_next only for rootWei Yang
2022-01-06cgroup: rstat: explicitly put loop variant in whileWei Yang
2022-01-06cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-01-06cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2022-01-05bpf: Fix verifier support for validation of async callbacksKris Van Hees
2022-01-05bpf: Don't promote bogus looking registers after null check.Daniel Borkmann
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-30bpf: Fix typo in a comment in bpf lpm_trie.Leon Huayra
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-29net: Add includes masked by netdevice.h including uapi/bpf.hJakub Kicinski
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh
2021-12-29bpf: Add missing map_get_next_key method to bloom filter map.Haimin Zhang
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-29notifier: Return an error when a callback has already been registeredBorislav Petkov
2021-12-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-12-25kernel/crash_core: suppress unknown crashkernel parameter warningPhilipp Rudo
2021-12-23Merge branch 'ucount-rlimit-fixes-for-v5.16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-12-21bpf: Use struct_size() helperXiu Jianfeng