summaryrefslogtreecommitdiff
path: root/include/linux (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-03-07string: uninline memcpy_and_padGuenter Roeck
2024-03-07string.h: un-fortify memcpy_and_padMartin Wilck
2024-03-07BACKPORT: string.h: add memcpy_and_pad()Martin Wilck
2024-01-10CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2024-01-10bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2024-01-10bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2024-01-02thread_info: Remove superflous struct declsAlexander Grund
2024-01-02USB: core: Prevent nested device-reset callsAlan Stern
2024-01-02lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2023-11-09HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones
2023-11-09tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2023-11-02net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco
2023-11-02netdev: introduce ndo_set_rx_headroomPaolo Abeni
2023-11-02ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2023-11-02net: constify netif_is_* helpers net_device paramJiri Pirko
2023-11-02net: add netif_is_lag_port helperJiri Pirko
2023-11-02net: add netif_is_lag_master helperJiri Pirko
2023-11-02net: add netif_is_team_port helperJiri Pirko
2023-11-02net: add netif_is_team_master helperJiri Pirko
2023-11-01libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi
2023-07-27softirq, sched: reduce softirq conflicts with RTJohn Dias
2023-07-16FROMLIST: cpufreq: Make iowait boost a policy optionJoel Fernandes
2023-07-16sched/walt: Re-add code to allow WALT to functionEthan Chen
2023-07-16sched: cpufreq: Limit governor updates to WALT changes aloneVikram Mulukutla
2023-07-16UPSTREAM: mm/ksm: Remove reuse_ksm_page()Peter Xu
2023-07-16UPSTREAM: mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai
2023-07-16mm: introduce arg_lock to protect arg_start|end andYang Shi
2023-07-16cpuset: Restore tasks affinity while moving across cpusetsPavankumar Kondeti
2023-07-16genirq: Introduce effective affinity maskThomas Gleixner
2023-07-16kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi
2023-05-22Revert "kernel: Only expose su when daemon is running"lineage-19.1Georg Veichtlbauer
2022-10-28BACKPORT: ANDROID: ftrace: fix function type mismatchesSami Tolvanen
2022-10-28BACKPORT: mm: fix filler function type mismatchSami Tolvanen
2022-10-28BACKPORT: mm: fix drain_local_pages function typeSami Tolvanen
2022-10-28BACKPORT: module: Do not paper over type mismatches in module_param_call()Kees Cook
2022-10-28BACKPORT: module: Prepare to convert all module_param_call() prototypesKees Cook
2022-10-28BACKPORT: kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2022-10-28BACKPORT: pid: add pidfd_open()Christian Brauner
2022-10-28UPSTREAM: pidfd: add polling supportJoel Fernandes (Google)
2022-10-28BACKPORT: clone: add CLONE_PIDFDChristian Brauner
2022-10-28BACKPORT: signal: add pidfd_send_signal() syscallChristian Brauner
2022-10-28compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski
2022-10-28bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2022-10-28bpf: fix overflow in prog accountingDaniel Borkmann
2022-10-28bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann
2022-10-28net: remove hlist_nulls_add_tail_rcu()Eric Dumazet
2022-10-28udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet
2022-10-28cgroup: Fix sock_cgroup_data on big-endian.Cong Wang
2022-10-28fs: Better permission checking for submountsEric W. Biederman