summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski
2023-02-09hung_task: print message when hung_task_warnings gets down to zero.fuyuanli
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-09sched: convert to vma iteratorLiam R. Howlett
2023-02-09kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-09PM: EM: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-09time/debug: Fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08kernel/fail_function: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08kernel/power/energy_model.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-08kernel/time/test_udelay.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-07sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider
2023-02-07sched: add sched_numa_find_nth_cpu()Yury Norov
2023-02-07tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)
2023-02-07tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)
2023-02-07tracing: Add creation of instances at boot command lineSteven Rostedt (Google)
2023-02-07tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)
2023-02-07tracing: Acquire buffer from temparary trace sequenceLinyu Yuan
2023-02-07tracing/osnoise: No need for schedule_hrtimeout rangeDavidlohr Bueso
2023-02-07Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long
2023-02-06genirq/ipi-mux: Use irq_domain_alloc_irqs()Marc Zyngier
2023-02-06trace/blktrace: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa
2023-02-06posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()Uros Bizjak
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2023-02-03livepatch,x86: Clear relocation targets on a module removalSong Liu
2023-02-03kernel/printk/index.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda
2023-02-02userns: fix a struct's kernel-doc notationRandy Dunlap
2023-02-02kthread_worker: check all delayed works when destroy kthread workerZqiang
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-02-02bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi
2023-02-02bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser