index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-21
ext4: Change debugging support help prefix from EXT4 to Ext4
Geert Uytterhoeven
1
-1
/
+1
2019-02-21
ext4: fix compile error when using BUFFER_TRACE
zhangyi (F)
1
-1
/
+1
2019-02-21
Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
3
-0
/
+9
2019-02-21
jbd2: fix compile warning when using JBUFFER_TRACE
zhangyi (F)
1
-8
/
+8
2019-02-21
Merge tag 'usb-serial-5.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Greg Kroah-Hartman
2
-19
/
+112
2019-02-21
ext4: fix some error pointer dereferences
Dan Carpenter
1
-0
/
+3
2019-02-21
Merge tag 'intel_th-stm-for-greg-20190221' of git://git.kernel.org/pub/scm/linux/kernel/git/ash/stm into char-misc-next
Greg Kroah-Hartman
6
-15
/
+32
2019-02-21
workqueue: fix typo in comment
Liu Song
1
-1
/
+1
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
1
-1
/
+1
2019-02-21
xfs: introduce an always_cow mode
Christoph Hellwig
10
-32
/
+116
2019-02-21
xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delay
Christoph Hellwig
1
-3
/
+4
2019-02-21
xfs: make COW fork unwritten extent conversions more robust
Christoph Hellwig
3
-33
/
+45
2019-02-21
xfs: merge COW handling into xfs_file_iomap_begin_delay
Christoph Hellwig
4
-111
/
+94
2019-02-21
xfs: also truncate holes covered by COW blocks
Christoph Hellwig
1
-15
/
+16
2019-02-21
xfs: don't use delalloc extents for COW on files with extsize hints
Christoph Hellwig
3
-13
/
+29
2019-02-21
xfs: fix SEEK_DATA for speculative COW fork preallocation
Christoph Hellwig
3
-2
/
+89
2019-02-21
xfs: make xfs_bmbt_to_iomap more useful
Christoph Hellwig
3
-49
/
+41
2019-02-21
ext4: annotate more implicit fall throughs
Mathieu Malaterre
1
-0
/
+6
2019-02-21
ext4: annotate implicit fall throughs
Mathieu Malaterre
1
-0
/
+2
2019-02-21
nfsd: fix performance-limiting session calculation
J. Bruce Fields
1
-4
/
+4
2019-02-21
stm class: Prevent division by zero
Alexander Shishkin
1
-3
/
+5
2019-02-21
stm class: Fix an endless loop in channel allocation
Zhi Jin
1
-0
/
+3
2019-02-21
intel_th: Don't reference unassigned outputs
Alexander Shishkin
1
-0
/
+4
2019-02-21
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
1
-9
/
+7
2019-02-21
net: ethernet: ti: cpsw: deprecate cpsw-phy-sel driver
Grygorii Strashko
2
-3
/
+9
2019-02-21
Revert "xsk: simplify AF_XDP socket teardown"
Björn Töpel
1
-1
/
+15
2019-02-21
doc: trace: Fix documentation for uprobe_profile
Srikar Dronamraju
1
-4
/
+3
2019-02-21
svcrpc: fix UDP on servers with lots of threads
J. Bruce Fields
1
-10
/
+10
2019-02-21
s390/extmem: print DCSS range with %px
Gerald Schaefer
1
-2
/
+2
2019-02-21
s390/extmem: remove code for 31 bit addressing mode
Gerald Schaefer
1
-117
/
+12
2019-02-21
pkey: Indicate old mkvp only if old and current mkvp are different
Ingo Franzki
1
-1
/
+1
2019-02-21
platform/x86: intel_pmc_core: Include Reserved IP for LTR
Rajneesh Bhardwaj
2
-0
/
+4
2019-02-21
platform/x86: intel_pmc_core: Fix file permissions for ltr_show
Rajneesh Bhardwaj
1
-1
/
+1
2019-02-21
nvme-rdma: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-2
/
+2
2019-02-21
ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
Jian-Hong Pan
1
-1
/
+4
2019-02-22
powerpc: dump as a single line areas mapping a single physical page.
Christophe Leroy
1
-6
/
+12
2019-02-22
tools/selftest/vm: allow choosing mem size and page size in map_hugetlb
Christophe Leroy
1
-2
/
+27
2019-02-22
powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
Christophe Leroy
1
-5
/
+7
2019-02-22
powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling
Christophe Leroy
3
-12
/
+7
2019-02-22
powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
Christophe Leroy
1
-11
/
+13
2019-02-22
powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
Christophe Leroy
1
-9
/
+3
2019-02-22
powerpc/603: let's handle PAGE_DIRTY directly
Christophe Leroy
1
-4
/
+2
2019-02-22
powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB misses
Christophe Leroy
1
-6
/
+2
2019-02-22
powerpc/603: Don't handle kernel page TLB misses when not need
Christophe Leroy
1
-0
/
+4
2019-02-22
powerpc/hash32: use physical address directly in hash handlers.
Christophe Leroy
2
-37
/
+31
2019-02-22
powerpc/603: use physical address directly in TLB miss handlers.
Christophe Leroy
1
-9
/
+6
2019-02-22
powerpc/6xx: Store PGDIR physical address in a SPRG
Christophe Leroy
4
-15
/
+18
2019-02-22
powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
Christophe Leroy
5
-13
/
+21
2019-02-22
powerpc: simplify BDI switch
Christophe Leroy
5
-11
/
+9
2019-02-22
powerpc/83xx: Also save/restore SPRG4-7 during suspend
Christophe Leroy
1
-7
/
+27
[prev]
[next]