summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* asm-generic: fix -Wtype-limits compiler warningsQian Cai2019-11-221-30/+20
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-11-221-2/+2
* ALSA: compress: Fix regression on compressed capture streamsCharles Keepax2019-11-221-4/+1
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-151-0/+2
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-151-0/+3
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-10-311-1/+10
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-10-051-0/+4
* appletalk: Fix compile regressionArnd Bergmann2019-09-231-4/+14
* appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-09-231-1/+1
* mac80211: add API to request TDLS operation from userspaceArik Nemtsov2019-09-232-0/+16
* mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63LSteve Twiss2019-09-231-3/+3
* media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter2019-09-231-1/+1
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-09-231-2/+2
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-09-231-0/+3
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-09-231-1/+1
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-09-231-0/+2
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-09-231-5/+0
* siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2019-08-201-1/+56
* tcp: Clear sk_send_head after purging the write queueBen Hutchings2019-08-201-0/+3
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-08-131-0/+2
* inet: switch IP ID generator to siphashEric Dumazet2019-08-132-0/+7
* siphash: add cryptographically secure PRFJason A. Donenfeld2019-08-131-0/+85
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-131-2/+3
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2019-08-131-5/+7
* ipv6: Make __ipv6_select_ident staticVlad Yasevich2019-08-131-2/+0
* ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2019-08-131-0/+3
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2019-08-131-0/+1
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-08-131-2/+0
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-08-131-0/+1
* locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Frederic Weisbecker2019-08-131-0/+15
* lib/string.c: implement a basic bcmpNick Desaulniers2019-08-131-0/+3
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-08-131-1/+1
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-07-092-14/+5
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-07-091-0/+2
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-07-091-0/+4
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-07-091-2/+10
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-07-091-0/+1
* splice: don't merge into linked buffersJann Horn2019-07-091-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-201-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-201-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-202-0/+5
* mm: introduce vma_is_anonymous(vma) helperOleg Nesterov2019-06-201-0/+5
* cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf2019-05-221-0/+17
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-221-0/+2
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2019-05-222-0/+10
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-221-0/+2
* sched: Add sched_smt_active()Ben Hutchings2019-05-221-0/+18
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-221-2/+19
* locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck2019-05-221-0/+6
* locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2019-05-221-3/+13