index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
81
-362
/
+678
2017-08-10
Merge tag 'drm-fixes-for-v4.13-rc5' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
32
-214
/
+247
2017-08-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
28
-121
/
+208
2017-08-10
userfaultfd: replace ENOSPC with ESRCH in case mm has gone during copy/zeropage
Mike Rapoport
1
-2
/
+2
2017-08-10
zram: rework copy of compressor name in comp_algorithm_store()
Matthias Kaehlcke
1
-2
/
+2
2017-08-10
rmap: do not call mmu_notifier_invalidate_page() under ptl
Kirill A. Shutemov
1
-22
/
+30
2017-08-10
mm: fix list corruptions on shmem shrinklist
Cong Wang
1
-2
/
+10
2017-08-10
mm/balloon_compaction.c: don't zero ballooned pages
Wei Wang
1
-1
/
+1
2017-08-10
MAINTAINERS: copy virtio on balloon_compaction.c
Michael S. Tsirkin
1
-0
/
+1
2017-08-10
mm: fix KSM data corruption
Minchan Kim
2
-3
/
+7
2017-08-10
mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
Minchan Kim
8
-9
/
+48
2017-08-10
mm: make tlb_flush_pending global
Minchan Kim
2
-25
/
+0
2017-08-10
mm: refactor TLB gathering API
Minchan Kim
8
-25
/
+54
2017-08-10
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
2
-6
/
+7
2017-08-10
mm: migrate: fix barriers around tlb_flush_pending
Nadav Amit
1
-4
/
+10
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
4
-13
/
+26
2017-08-10
fault-inject: fix wrong should_fail() decision in task context
Akinobu Mita
1
-3
/
+5
2017-08-10
test_kmod: fix small memory leak on filesystem tests
Dan Carpenter
1
-1
/
+1
2017-08-10
test_kmod: fix the lock in register_test_dev_kmod()
Dan Carpenter
1
-1
/
+1
2017-08-10
test_kmod: fix bug which allows negative values on two config options
Luis R. Rodriguez
1
-4
/
+4
2017-08-10
test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"
Colin Ian King
1
-2
/
+2
2017-08-10
userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case
Andrea Arcangeli
1
-1
/
+1
2017-08-10
mm: ratelimit PFNs busy info message
Jonathan Toppins
1
-1
/
+1
2017-08-10
mm: fix global NR_SLAB_.*CLAIMABLE counter reads
Johannes Weiner
4
-10
/
+11
2017-08-10
Merge tag 'pci-v4.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-0
/
+64
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
10
-22
/
+33
2017-08-10
packet: fix tp_reserve race in packet_set_ring
Willem de Bruijn
1
-4
/
+9
2017-08-10
udp: consistently apply ufo or fragmentation
Willem de Bruijn
3
-7
/
+10
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
7
-11
/
+124
2017-08-10
locking/lockdep: Add 'crossrelease' feature documentation
Byungchul Park
1
-0
/
+874
2017-08-10
locking/lockdep: Apply crossrelease to completions
Byungchul Park
3
-1
/
+64
2017-08-10
locking/lockdep: Make print_circular_bug() aware of crossrelease
Byungchul Park
1
-20
/
+47
2017-08-10
locking/lockdep: Handle non(or multi)-acquisition of a crosslock
Byungchul Park
2
-27
/
+77
2017-08-10
locking/lockdep: Detect and handle hist_lock ring buffer overwrite
Byungchul Park
3
-5
/
+70
2017-08-10
locking/lockdep: Implement the 'crossrelease' feature
Byungchul Park
8
-34
/
+635
2017-08-10
locking/lockdep: Make check_prev_add() able to handle external stack_trace
Byungchul Park
1
-21
/
+19
2017-08-10
locking/lockdep: Change the meaning of check_prev_add()'s return value
Byungchul Park
1
-3
/
+4
2017-08-10
locking/lockdep: Add a function building a chain between two classes
Byungchul Park
1
-0
/
+70
2017-08-10
locking/lockdep: Refactor lookup_chain_cache()
Byungchul Park
1
-48
/
+93
2017-08-10
locking/lockdep: Avoid creating redundant links
Peter Zijlstra
3
-0
/
+33
2017-08-10
locking/lockdep: Rework FS_RECLAIM annotation
Peter Zijlstra
10
-120
/
+75
2017-08-10
locking: Remove smp_mb__before_spinlock()
Peter Zijlstra
6
-51
/
+13
2017-08-10
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
5
-2
/
+46
2017-08-10
overlayfs, locking: Remove smp_mb__before_spinlock() usage
Peter Zijlstra
1
-2
/
+2
2017-08-10
mm, locking: Rework {set,clear,mm}_tlb_flush_pending()
Peter Zijlstra
3
-12
/
+47
2017-08-10
Documentation/locking/atomic: Add documents for new atomic_t APIs
Peter Zijlstra
3
-89
/
+273
2017-08-10
clocksource/arm_arch_timer: Use static_branch_enable_cpuslocked()
Marc Zyngier
1
-1
/
+5
2017-08-10
jump_label: Provide hotplug context variants
Marc Zyngier
3
-6
/
+42
2017-08-10
jump_label: Split out code under the hotplug lock
Marc Zyngier
1
-9
/
+19
2017-08-10
jump_label: Move CPU hotplug locking
Marc Zyngier
1
-2
/
+4
[next]