summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-11-26net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies1-1/+6
2021-11-26rpmsg: Fix rpmsg_create_ept return when RPMSG config is not definedArnaud Pouliquen1-1/+1
2021-11-26task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller1-0/+4
2021-11-26serial: core: Fix initializing and restoring termios speedPali Rohár1-0/+2
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-0/+1
2021-11-26libata: fix read log timeout valueDamien Le Moal1-1/+1
2021-11-26binder: use cred instead of task for selinux checksTodd Kjos2-28/+28
2021-11-12block: introduce multi-page bvec helpersMing Lei1-3/+27
2021-10-27elfcore: correct reference to CONFIG_UMLLukas Bulwahn1-1/+1
2021-10-17sched: Always inline is_percpu_thread()Peter Zijlstra1-1/+1
2021-10-09lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso1-7/+6
2021-10-09libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan1-0/+1
2021-10-09net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean1-0/+3
2021-10-06cred: allow get_cred() and put_cred() to be given NULL.NeilBrown1-5/+9
2021-10-06compiler.h: Introduce absolute_pointer macroGuenter Roeck1-0/+2
2021-09-22PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2021-09-22mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand1-2/+2
2021-09-22net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet1-1/+1
2021-09-22mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+9
2021-09-22include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko1-10/+19
2021-09-22power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak1-1/+1
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2-1/+2
2021-08-15usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko1-0/+1
2021-08-08regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin1-2/+2
2021-08-04gro: ensure frag0 meets IP header alignmentEric Dumazet1-0/+9
2021-08-04virtio_net: Do not pull payload in skb->headEric Dumazet1-5/+9
2021-07-20NFS: nfs_find_open_context() may only select open filesTrond Myklebust1-0/+1
2021-07-20power: supply: ab8500: Fix an old bugLinus Walleij1-1/+1
2021-07-20random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald1-1/+1
2021-07-11kfifo: DECLARE_KIFO_PTR(fifo, u64) does not work on arm 32 bitSean Young1-1/+2
2021-07-11mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2-22/+7
2021-07-11mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins1-1/+2
2021-07-11mm: add VM_WARN_ON_ONCE_PAGE() macroAlex Shi1-0/+13
2021-07-11include/linux/mmdebug.h: make VM_WARN* non-rvalsMichal Hocko1-4/+4
2021-06-30HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam1-2/+1
2021-06-16kvm: fix previous commit for 32-bit buildsPaolo Bonzini1-2/+2
2021-06-16kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini1-1/+9
2021-06-10bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann1-2/+3
2021-06-10net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2021-06-03hugetlbfs: hugetlb_fault_mutex_hash() cleanupMike Kravetz1-1/+1
2021-06-03netfilter: x_tables: Use correct memory barriers.Mark Tomlinson1-1/+1
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-0/+1
2021-05-22smp: Fix smp_call_function_single_async prototypeArnd Bergmann1-1/+1
2021-05-22HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy1-0/+2
2021-05-22tty: fix return value for unsupported ioctlsJohan Hovold1-1/+1
2021-05-22spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-0/+3
2021-05-22modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig1-0/+1
2021-05-22modules: return licensing information from find_symbolChristoph Hellwig1-1/+1
2021-05-22modules: rename the licence field in struct symsearch to licenseChristoph Hellwig1-1/+1
2021-05-22modules: mark each_symbol_section staticChristoph Hellwig1-9/+0