summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-05mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn1-2/+5
2022-09-05bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+8
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+2
2022-08-31Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-31net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-31net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-31netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal1-4/+0
2022-08-31net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh1-0/+1
2022-08-31drivers/base: fix userspace break from using bin_attributes for cpumap and cp...Phil Auld1-0/+18
2022-08-31block: add bdev_max_segments() helperNaohiro Aota1-0/+5
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig1-0/+6
2022-08-25watchdog: export lockup_detector_reconfigureLaurent Dufour1-0/+2
2022-08-25iommu/io-pgtable-arm-v7s: Add a quirk to allow pgtable PA up to 35bitYunfei Wang1-5/+10
2022-08-25uacce: Handle parent device removal or parent driver module rmmodJean-Philippe Brucker1-2/+4
2022-08-25SUNRPC: Fix xdr_encode_bool()Chuck Lever1-2/+2
2022-08-25BPF: Fix potential bad pointer dereference in bpf_sys_bpf()Jinghao Jia1-2/+6
2022-08-17tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCHHuacai Chen1-1/+1
2022-08-17block: remove the struct blk_queue_ctx forward declarationChristoph Hellwig1-2/+0
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1
2022-08-17mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König1-1/+0
2022-08-17kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-08-17iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou1-2/+5
2022-08-17soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart1-4/+2
2022-08-17memremap: remove support for external pgmap refcountsChristoph Hellwig1-15/+3
2022-08-17ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+5
2022-08-17rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-0/+8
2022-08-17x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-4/+16
2022-08-17ACPI: VIOT: Fix ACS setupEric Auger1-0/+2
2022-08-17ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue1-0/+2
2022-08-17locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra1-13/+17
2022-08-17wait: Fix __wait_event_hrtimeout for RT/DL tasksJuri Lelli1-4/+5
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-8/+0
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu1-0/+1
2022-08-17USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-0/+1
2022-08-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-0/+2
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