summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-08-17mbcache: add functions to delete entry if unusedJan Kara1-1/+9
2022-08-17fix short copy handling in copy_mc_pipe_to_iter()Al Viro1-0/+9
2022-08-17lockd: detect and reject lock arguments that overflowJeff Layton1-0/+2
2022-08-17add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-11block: fix default IO priority handling againJan Kara1-1/+1
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby1-1/+0
2022-07-29bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra1-1/+18
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong1-0/+9
2022-07-29net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong1-0/+9
2022-07-29net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong1-0/+1
2022-07-29net: skb_drop_reason: add document for drop reasonsMenglong Dong1-6/+6
2022-07-29net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong1-1/+1
2022-07-29net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong1-0/+1
2022-07-29net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong1-0/+4
2022-07-29net: skb: introduce kfree_skb_reason()Menglong Dong1-1/+22
2022-07-29sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni1-3/+10
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+4
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra1-0/+3
2022-07-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+2
2022-07-23x86/kvm/vmx: Make noinstr cleanPeter Zijlstra1-1/+1
2022-07-21serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-0/+5
2022-07-21firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas1-0/+12
2022-07-21firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointerJavier Martinez Canillas1-5/+5
2022-07-21ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-0/+6
2022-07-21reset: Fix devm bulk optional exclusive control getterSerge Semin1-1/+1
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-1/+2
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-07-12Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi1-1/+0
2022-07-12misc: rtsx_usb: use separate command and response buffersShuah Khan1-1/+0
2022-07-12misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transferShuah Khan1-1/+0
2022-07-12memregion: Fix memregion_free() fallback definitionDan Williams1-1/+1
2022-07-12PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki1-3/+2
2022-07-12fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-0/+4
2022-07-12rxrpc: Fix locking issueDavid Howells2-0/+14
2022-07-12mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2-0/+14
2022-07-12mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+1
2022-07-12stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook1-0/+13
2022-07-12mm: vmalloc: introduce array allocation functionsPaolo Bonzini1-0/+5
2022-07-12Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook3-0/+30
2022-07-12stddef: Introduce struct_group() helper macroKees Cook1-0/+48
2022-07-12block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo1-1/+2
2022-07-12bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau1-0/+6
2022-07-12qed: Improve the stack space of filter_config()Shai Malin1-13/+8
2022-07-07net: fix IFF_TX_SKB_NO_LINEAR definitionDan Carpenter1-1/+1
2022-07-07linux/dim: Fix divide by 0 in RDMA DIMTao Liu1-1/+1
2022-07-07net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+6
2022-07-02fs: fix acl translationChristian Brauner1-0/+4
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner1-8/+9
2022-07-02fs: add i_user_ns() helperChristian Brauner1-4/+9
2022-07-02fs: port higher-level mapping helpersChristian Brauner2-8/+12