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-05-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
119
-2748
/
+4299
2017-05-04
Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
66
-648
/
+1860
2017-05-04
Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
34
-1294
/
+1618
2017-05-04
Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2
-86
/
+77
2017-05-04
Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
53
-5301
/
+8410
2017-05-03
Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+5
2017-05-03
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
40
-656
/
+1902
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-25
/
+56
2017-05-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
79
-1484
/
+2141
2017-05-03
kasan: separate report parts by empty lines
Andrey Konovalov
1
-0
/
+7
2017-05-03
kasan: improve double-free report format
Andrey Konovalov
3
-18
/
+17
2017-05-03
kasan: print page description after stacks
Andrey Konovalov
1
-6
/
+8
2017-05-03
kasan: improve slab object description
Andrey Konovalov
1
-11
/
+42
2017-05-03
kasan: change report header
Andrey Konovalov
1
-4
/
+4
2017-05-03
kasan: simplify address description logic
Andrey Konovalov
1
-16
/
+21
2017-05-03
kasan: change allocation and freeing stack traces headers
Andrey Konovalov
1
-6
/
+4
2017-05-03
kasan: unify report headers
Andrey Konovalov
1
-13
/
+13
2017-05-03
kasan: introduce helper functions for determining bug type
Andrey Konovalov
1
-10
/
+30
2017-05-03
mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page
Naoya Horiguchi
1
-0
/
+8
2017-05-03
mm: hwpoison: call shake_page() unconditionally
Naoya Horiguchi
2
-18
/
+12
2017-05-03
mm/swapfile.c: fix swap space leak in error path of swap_free_entries()
Huang Ying
1
-2
/
+0
2017-05-03
mm/gup.c: fix access_ok() argument type
Arnd Bergmann
1
-1
/
+1
2017-05-03
mm/truncate: avoid pointless cleancache_invalidate_inode() calls.
Andrey Ryabinin
1
-5
/
+7
2017-05-03
mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...
Andrey Ryabinin
1
-0
/
+3
2017-05-03
fs/block_dev: always invalidate cleancache in invalidate_bdev()
Andrey Ryabinin
1
-6
/
+5
2017-05-03
fs: fix data invalidation in the cleancache during direct IO
Andrey Ryabinin
2
-25
/
+19
2017-05-03
zram: reduce load operation in page_same_filled
Sangwoo Park
1
-3
/
+5
2017-05-03
zram: use zram_free_page instead of open-coded
Minchan Kim
1
-14
/
+3
2017-05-03
zram: introduce zram data accessor
Minchan Kim
1
-11
/
+22
2017-05-03
zram: remove zram_meta structure
Minchan Kim
2
-117
/
+78
2017-05-03
zram: use zram_slot_lock instead of raw bit_spin_lock op
Minchan Kim
1
-14
/
+27
2017-05-03
zram: partial IO refactoring
Minchan Kim
1
-153
/
+184
2017-05-03
zram: handle multiple pages attached bio's bvec
Minchan Kim
1
-29
/
+11
2017-05-03
mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()
Tetsuo Handa
1
-2
/
+1
2017-05-03
mm/memory-failure.c: add page flag description in error paths
Anshuman Khandual
1
-8
/
+8
2017-05-03
mm/madvise: move up the behavior parameter validation
Anshuman Khandual
1
-4
/
+9
2017-05-03
mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON
Anshuman Khandual
1
-14
/
+20
2017-05-03
Documentation: vm, add hugetlbfs reservation overview
Mike Kravetz
2
-0
/
+531
2017-05-03
mm, swap: remove unused function prototype
Huang Ying
1
-3
/
+0
2017-05-03
mm: memcontrol: use node page state naming scheme for memcg
Johannes Weiner
6
-68
/
+68
2017-05-03
mm: memcontrol: re-use node VM page state enum
Johannes Weiner
6
-138
/
+123
2017-05-03
mm: memcontrol: re-use global VM event enum
Johannes Weiner
2
-56
/
+42
2017-05-03
mm: memcontrol: clean up memory.events counting function
Johannes Weiner
3
-18
/
+10
2017-05-03
mm: vmscan: fix IO/refault regression in cache workingset transition
Johannes Weiner
5
-41
/
+150
2017-05-03
mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoff
Anshuman Khandual
1
-1
/
+1
2017-05-03
oom: improve oom disable handling
Michal Hocko
2
-1
/
+3
2017-05-03
userfaultfd: selftest: combine all cases into a single executable
Mike Rapoport
3
-108
/
+116
2017-05-03
mm: fix spelling error
Hao Lee
1
-2
/
+2
2017-05-03
mm/swap_slots.c: add warning if swap slots cache failed to initialize
Tim Chen
1
-1
/
+3
2017-05-03
include/linux/migrate.h: add arg names to prototype
Pushkar Jambhlekar
1
-2
/
+3
[next]