summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-161-2/+2
* kallsyms: Refactor kallsyms_show_value() to take credKees Cook2020-07-162-3/+4
* net: qed: fix left elements count calculationAlexander Lobakin2020-06-301-10/+16
* efi/tpm: Verify event log header before parsingFabian Vogt2020-06-301-1/+13
* net: core: reduce recursion limit valueTaehee Yoo2020-06-301-1/+1
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-241-0/+4
* block: nr_sects_write(): Disable preemption on seqcount writeAhmed S. Darwish2020-06-241-0/+2
* jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft()zhangyi (F)2020-06-241-1/+0
* libata: Use per port sync for detachKai-Heng Feng2020-06-241-0/+3
* usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda2020-06-241-1/+1
* nfs: set invalid blocks after NFSv4 writesZheng Bin2020-06-241-0/+1
* include/linux/bitops.h: avoid clang shift-count-overflow warningsArnd Bergmann2020-06-241-1/+1
* /dev/mem: Revoke mappings when a driver claims the regionDan Williams2020-06-241-0/+6
* mfd: stmfx: Disable IRQ in suspend to avoid spurious interruptAmelie Delaunay2020-06-241-0/+1
* usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak2020-06-241-0/+3
* usb: gadget: core: sync interrupt before unbind the udcPeter Chen2020-06-241-0/+2
* sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-06-222-1/+3
* x86/amd_nb: Add AMD family 17h model 60h PCI IDsAlexander Monakov2020-06-221-0/+1
* serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng2020-06-221-0/+6
* PCI: Add Loongson vendor IDTiezhu Yang2020-06-221-0/+2
* x86/amd_nb: Add Family 19h PCI IDsYazen Ghannam2020-06-221-0/+1
* PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick2020-06-221-0/+1
* mm: initialize deferred pages with interrupts enabledPavel Tatashin2020-06-221-0/+2
* string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens2020-06-221-12/+48
* bpf: Fix running sk_skb program types with ktlsJohn Fastabend2020-06-221-0/+8
* kgdb: Fix spurious true from in_dbg_master()Daniel Thompson2020-06-221-1/+1
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-221-0/+2
* x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-171-1/+1
* KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-171-2/+2
* mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-171-0/+1
* padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan2020-06-171-2/+4
* elfnote: mark all .note sections SHF_ALLOCNick Desaulniers2020-06-171-1/+1
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-101-0/+6
* net: be more gentle about silly gso requests coming from userEric Dumazet2020-06-101-8/+9
* net: check untrusted gso_size at kernel entryWillem de Bruijn2020-06-101-2/+12
* powerpc/xmon: Restrict when kernel is locked downChristopher M. Riedl2020-06-071-0/+2
* netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-06-031-1/+1
* ieee80211: Fix incorrect mask for default PE durationPradeep Kumar Chitrapu2020-06-031-1/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-1/+1
* mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()Konstantin Khlebnikov2020-06-031-2/+13
* net/mlx5: Add command entry handling completionMoshe Shemesh2020-06-031-0/+1
* bpf: Avoid setting bpf insns pages read-only when prog is jitedDaniel Borkmann2020-05-271-2/+6
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-05-201-0/+1
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+6
* gcc-10 warnings: fix low-hanging fruitLinus Torvalds2020-05-202-2/+2
* pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe2020-05-201-20/+9
* mm, memcg: fix inconsistent oom event behaviorYafang Shao2020-05-201-0/+2
* bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-201-0/+1
* SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-05-201-0/+1
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-05-202-3/+5