summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-221-0/+4
* drm: add fallback override/firmware EDID modes workaroundJani Nikula2019-06-191-0/+1
* x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov2019-06-191-0/+1
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-191-2/+8
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-171-0/+1
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-171-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-172-0/+6
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-151-3/+0
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-151-5/+0
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-111-0/+8
* drm: don't block fb changes for async plane updatesHelen Koike2019-06-111-0/+8
* drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-06-111-1/+1
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-111-0/+4
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-111-4/+3
* rcu: locking and unlocking need to always be at least barriersLinus Torvalds2019-06-111-4/+2
* net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-111-0/+4
* ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long2019-06-111-2/+1
* of: overlay: validate overlay properties #address-cells and #size-cellsFrank Rowand2019-06-091-0/+6
* include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-06-091-2/+2
* Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda2019-06-092-0/+8
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-091-0/+1
* include/linux/bitops.h: sanitize rotate primitivesRasmus Villemoes2019-06-091-8/+8
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-046-25/+19
* compiler.h: give up __compiletime_assert_fallback()Masahiro Yamada2019-06-041-16/+1
* include/linux/compiler*.h: define asm_volatile_gotondesaulniers@google.com2019-06-041-0/+4
* tipc: Avoid copying bytes beyond the supplied dataChris Packham2019-06-041-3/+7
* inet: switch IP ID generator to siphashEric Dumazet2019-06-042-0/+7
* tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2019-05-311-2/+3
* overflow: Fix -Wtype-limits compilation warningsLeon Romanovsky2019-05-311-3/+9
* timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-05-311-0/+21
* HID: core: move Usage Page concatenation to Main itemNicolas Saenz Julienne2019-05-311-0/+1
* iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertionLars-Peter Clausen2019-05-311-0/+1
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-05-311-0/+5
* block: fix use-after-free on gendiskYufen Yu2019-05-311-0/+1
* smpboot: Place the __percpu annotation correctlySebastian Andrzej Siewior2019-05-311-1/+1
* x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-05-311-0/+1
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-311-0/+1
* acct_on(): don't mess with freeze protectionAl Viro2019-05-311-0/+2
* media: vb2: add waiting_in_dqbuf flagHans Verkuil2019-05-311-0/+1
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-0/+1
* bio: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-311-1/+1
* bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-251-0/+1
* bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra2019-05-251-1/+1
* xfrm: Honor original L3 slave device in xfrmi policy lookupMartin Willi2019-05-251-1/+2
* xfrm: clean up xfrm protocol checksCong Wang2019-05-251-0/+17
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-05-251-0/+2
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-05-251-0/+2
* udlfb: introduce a rendering mutexMikulas Patocka2019-05-251-0/+1
* udlfb: fix sleeping inside spinlockMikulas Patocka2019-05-251-0/+6
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-251-2/+2