summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2020-01-11suspend: simplify block I/O handlingChristoph Hellwig
2019-12-19USB: gadget: Reject endpoints with 0 maxpacket valueAlan Stern
2019-12-19net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-12-19hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2019-12-10appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing
2019-12-10cfg80211: add and use strongly typed element iteration macrosJohannes Berg
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-11-15x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-15x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-10-31VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA
2019-10-05coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-09-23appletalk: Fix compile regressionArnd Bergmann
2019-09-23appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-09-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov
2019-09-23mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss
2019-09-23of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran
2019-09-23smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior
2019-09-23PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje
2019-09-23pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2019-08-20siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13siphash: add cryptographically secure PRFJason A. Donenfeld
2019-08-13mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2019-08-13USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-08-13x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-08-13locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Frederic Weisbecker
2019-08-13lib/string.c: implement a basic bcmpNick Desaulniers
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-07-09mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan
2019-07-09splice: don't merge into linked buffersJann Horn
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-06-20mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2019-05-22cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-22x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-05-22x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2019-05-22x86/speculation: Rework SMT state changeThomas Gleixner
2019-05-22sched: Add sched_smt_active()Ben Hutchings
2019-05-22x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2019-05-22locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck
2019-05-22locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini
2019-05-22jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo
2019-05-22locking/static_keys: Fix up the static keys documentationJonathan Corbet
2019-05-22locking/static_keys: Fix a silly typoJonathan Corbet
2019-05-22jump label, locking/static_keys: Update docsJason Baron
2019-05-22locking/static_keys: Add a new static_key interfacePeter Zijlstra
2019-05-22jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra
2019-05-22jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra
2019-05-22jump_label: Allow jump labels to be used in assemblyAnton Blanchard
2019-05-22jump_label: Fix small typos in the documentationIngo Molnar
2019-05-22module: add within_module() functionPetr Mladek