summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-2/+2
* iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVAJoerg Roedel2019-08-041-1/+1
* iommu/vt-d: Don't queue_iova() if there is no flush queueDmitry Safonov2019-08-041-0/+6
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-1/+6
* gpu: host1x: Increase maximum DMA segment sizeThierry Reding2019-07-311-0/+2
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-07-281-0/+22
* mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler2019-07-281-0/+2
* perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-281-0/+5
* clocksource/drivers/exynos_mct: Increase priority over ARM arch timerMarek Szyprowski2019-07-261-1/+1
* rcu: Force inlining of rcu_read_lock()Waiman Long2019-07-261-1/+1
* linux/kernel.h: fix overflow for DIV_ROUND_UP_ULLVinod Koul2019-07-211-1/+2
* drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDTJames Morse2019-07-211-0/+1
* VMCI: Fix integer overflow in VMCI handle arraysVishnu DASA2019-07-141-1/+10
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-1/+1
* bpf: fix unconnected udp hooksDaniel Borkmann2019-07-031-0/+8
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2019-07-031-1/+0
* mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-251-0/+3
* mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-252-0/+4
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-221-0/+4
* 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: limit payload size of sacked skbsEric Dumazet2019-06-171-0/+4
* pwm: Fix deadlock warning when removing PWM devicePhong Hoang2019-06-151-5/+0
* 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
* 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
* inet: switch IP ID generator to siphashEric Dumazet2019-06-041-0/+5
* 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
* acct_on(): don't mess with freeze protectionAl Viro2019-05-311-0/+2
* 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
* PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratumStefan Mätje2019-05-251-0/+2
* of: fix clang -Wunsequenced for be32_to_cpu()Phong Tran2019-05-251-2/+2