summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-08-13sctp: get sctphdr by offset in sctp_compute_cksumXin Long
2019-07-09netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-07-09gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet
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: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
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
2019-05-11ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-05-02KEYS: user: Align the payload bufferEric Biggers
2019-05-02perf/x86: Add check_period PMU callbackJiri Olsa
2019-05-02Rip out get_signal_to_deliver()Richard Weinberger
2019-05-02Clean up signal_delivered()Richard Weinberger
2019-05-02tracehook_signal_handler: Remove sig, info, ka and regsRichard Weinberger
2019-05-02ALSA: compress: Fix stop handling on compressed capture streamsCharles Keepax
2019-04-04mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2019-04-04ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-04-04gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski
2019-03-25KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall
2019-03-25KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall
2019-03-25HID: debug: fix the ring buffer implementationVladis Dronov
2019-03-25sunrpc: use-after-free in svc_process_common()Vasily Averin
2019-03-25mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani
2019-02-11USB: check usb_get_extra_descriptor for proper sizeMathias Payer