summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel2019-07-221-1/+1
| | |/ /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-285-48/+114
| |\ \ \
| | * | | sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-252-40/+90
| | * | | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-254-8/+24
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2815-25/+59
| |\ \ \ \
| | * | | | perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-251-0/+2
| | * | | | perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-07-251-1/+1
| | * | | | perf/x86: Apply more accurate check on hypervisor platformZhenzhong Duan2019-07-251-2/+1
| | * | | | perf/x86/intel: Fix invalid Bit 13 for Icelake MSR_OFFCORE_RSP_x registerYunying Sun2019-07-251-2/+2
| | * | | | perf/x86/intel: Fix SLOTS PEBS event constraintKan Liang2019-07-251-1/+1
| | * | | | Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar2019-07-2312-19/+54
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | perf build: Do not use -Wshadow on gcc < 4.8Arnaldo Carvalho de Melo2019-07-231-1/+8
| | | * | | perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo2019-07-231-0/+10
| | | * | | perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo2019-07-231-0/+1
| | | * | | perf session: Fix loading of compressed data split across adjacent recordsAlexey Budankov2019-07-233-10/+17
| | | * | | perf stat: Always separate stalled cycles per insnCong Wang2019-07-231-1/+2
| | | * | | perf stat: Fix segfault for event group in repeat modeJiri Olsa2019-07-232-1/+10
| | | * | | perf tools: Fix proper buffer size for feature processingJiri Olsa2019-07-231-1/+1
| | | * | | perf script: Fix off by one in brstackinsn IPC computationAndi Kleen2019-07-231-1/+1
| | | * | | perf script: Improve man page description of metricsAndi Kleen2019-07-231-3/+3
| | | * | | perf script: Fix --max-blocks man page descriptionAndi Kleen2019-07-231-1/+1
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-286-38/+43
| |\ \ \ \ \
| | * | | | | locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-251-1/+10
| | * | | | | locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6
| | * | | | | locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
| | * | | | | locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-251-5/+13
| | * | | | | tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra2019-07-251-3/+2
| | * | | | | lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-251-1/+3
| | * | | | | locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-251-0/+2
| | * | | | | locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-251-1/+5
| | * | | | | futex: Cleanup generic SMP variant of arch_futex_atomic_op_inuser()Vasily Averin2019-07-221-20/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-282-4/+6
| |\ \ \ \ \
| | * | | | | objtool: Improve UACCESS coveragePeter Zijlstra2019-07-252-4/+6
| * | | | | | Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-07-2723-49/+111
| |\ \ \ \ \ \
| | * | | | | | Makefile: Globally enable fall-through warningGustavo A. R. Silva2019-07-262-0/+17
| | * | | | | | drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-266-4/+5
| | * | | | | | drm/amd/display: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+5
| | * | | | | | drm/amdkfd/kfd_mqd_manager_v10: Avoid fall-through warningGustavo A. R. Silva2019-07-261-1/+0
| | * | | | | | drm/amdgpu/gfx10: Fix missing break in switch statementGustavo A. R. Silva2019-07-261-0/+1
| | * | | | | | drm/amdkfd: Fix missing break in switch statementGustavo A. R. Silva2019-07-261-0/+1
| | * | | | | | perf/x86/intel: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-0/+2
| | * | | | | | mtd: onenand_base: Mark expected switch fall-throughGustavo A. R. Silva2019-07-261-0/+1
| | * | | | | | afs: fsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-18/+33
| | * | | | | | afs: yfsclient: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-261-19/+35
| | * | | | | | can: mark expected switch fall-throughsGustavo A. R. Silva2019-07-264-5/+8
| | * | | | | | firewire: mark expected switch fall-throughsGustavo A. R. Silva2019-07-263-2/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-2719-92/+140
| |\ \ \ \ \ \
| | * | | | | | MAINTAINERS: vfio-ccw: Remove myself as the maintainerFarhan Ali2019-07-261-1/+0
| | * | | | | | s390/mm: use shared variables for sysctl range checkVasily Gorbik2019-07-261-4/+2
| | * | | | | | virtio/s390: fix race on airq_areas[]Halil Pasic2019-07-261-0/+4