summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-01-21exit: Detect and fix irq disabled state in oopsNicholas Piggin
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-20PM: sleep: Remove "select SRCU"Paul E. McKenney
2023-01-20bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa
2023-01-20PM: hibernate: swap: don't use /** for non-kernel-doc commentsRandy Dunlap
2023-01-20kernels/ksysfs.c: export kernel address bitsThomas Weißschuh
2023-01-19bpf: Change modules resolving for kprobe multi linkJiri Olsa
2023-01-19livepatch: Improve the search performance of module_kallsyms_on_each_symbol()Zhen Lei
2023-01-19bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-19kernel: events: Export perf_report_aux_output_id()Mike Leach
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner
2023-01-18bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song
2023-01-18bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu
2023-01-18perf/core: Call perf_prepare_sample() before running BPFNamhyung Kim
2023-01-18perf/core: Introduce perf_prepare_header()Namhyung Kim
2023-01-18perf/core: Do not pass header for sample ID initNamhyung Kim
2023-01-18perf/core: Set data->sample_flags in perf_prepare_sample()Namhyung Kim
2023-01-18perf/core: Add perf_sample_save_brstack() helperNamhyung Kim
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim
2023-01-18perf/core: Add perf_sample_save_callchain() helperNamhyung Kim
2023-01-18perf/core: Save the dynamic parts of sample data sizeNamhyung Kim
2023-01-18printk: Use scnprintf() to print the message about the dropped messages on a ...Petr Mladek
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-17bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP programJiri Olsa
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei
2023-01-17genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei
2023-01-17genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei
2023-01-17genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei
2023-01-17genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-16sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long
2023-01-15sched/fair: Limit sched slice durationVincent Guittot
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13seccomp: fix kernel-doc function name warningRandy Dunlap
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-13workqueue: Fold rebind_worker() within rebind_workers()Valentin Schneider