summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* tty: drop tty_schedule_flip()Jiri Slaby2022-07-291-1/+0
* bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra2022-07-291-1/+18
* net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-07-291-0/+9
* net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-07-291-0/+9
* net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-07-291-0/+1
* net: skb_drop_reason: add document for drop reasonsMenglong Dong2022-07-291-6/+6
* net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-07-291-1/+1
* net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-07-291-0/+1
* net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-07-291-0/+4
* net: skb: introduce kfree_skb_reason()Menglong Dong2022-07-291-1/+22
* sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-07-291-3/+10
* objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf2022-07-231-2/+4
* objtool: Add entry UNRET validationPeter Zijlstra2022-07-231-0/+3
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-07-231-0/+2
* x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2022-07-231-1/+1
* serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-07-211-0/+5
* firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas2022-07-211-0/+12
* firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointerJavier Martinez Canillas2022-07-211-5/+5
* ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-211-0/+6
* reset: Fix devm bulk optional exclusive control getterSerge Semin2022-07-211-1/+1
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-1/+2
* fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-211-1/+1
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-07-121-1/+0
* misc: rtsx_usb: use separate command and response buffersShuah Khan2022-07-121-1/+0
* misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan2022-07-121-1/+0
* memregion: Fix memregion_free() fallback definitionDan Williams2022-07-121-1/+1
* PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki2022-07-121-3/+2
* fbcon: Prevent that screen size is smaller than font sizeHelge Deller2022-07-121-0/+4
* rxrpc: Fix locking issueDavid Howells2022-07-122-0/+14
* mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-07-122-0/+14
* mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2022-07-121-0/+1
* stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook2022-07-121-0/+13
* mm: vmalloc: introduce array allocation functionsPaolo Bonzini2022-07-121-0/+5
* Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2022-07-123-0/+30
* stddef: Introduce struct_group() helper macroKees Cook2022-07-121-0/+48
* block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-07-121-1/+2
* bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2022-07-121-0/+6
* qed: Improve the stack space of filter_config()Shai Malin2022-07-121-13/+8
* net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter2022-07-071-1/+1
* linux/dim: Fix divide by 0 in RDMA DIMTao Liu2022-07-071-1/+1
* net: phy: Don't trigger state machine while in suspendLukas Wunner2022-07-071-0/+6
* fs: fix acl translationChristian Brauner2022-07-021-0/+4
* fs: support mapped mounts of mapped filesystemsChristian Brauner2022-07-021-8/+9
* fs: add i_user_ns() helperChristian Brauner2022-07-021-4/+9
* fs: port higher-level mapping helpersChristian Brauner2022-07-022-8/+12
* fs: remove unused low-level mapping helpersChristian Brauner2022-07-021-56/+0
* fs: account for filesystem mappingsChristian Brauner2022-07-022-6/+191
* fs: tweak fsuidgid_has_mapping()Christian Brauner2022-07-021-3/+11
* fs: move mapping helpersChristian Brauner2022-07-022-90/+102
* fs: add is_idmapped_mnt() helperChristian Brauner2022-07-021-0/+14