projects
/
platform
/
kernel
/
linux-rpi.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/kernel/linux-rpi.git
2016-11-21
Eric Biggers
ext4: avoid lockdep warning when inheriting encryption...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Ross Zwisler
ext4: remove unused function ext4_aligned_io()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Jan Kara
dax: rip out get_block based IO support
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Jan Kara
ext2: use iomap_zero_range() for zeroing truncated...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: rip out DAX handling from direct IO path
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: convert DAX faults to iomap infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: avoid split extents for DAX writes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: DAX iomap write support
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: use iomap for zeroing blocks in DAX mode
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: convert DAX reads to iomap infrastructure
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: only set S_DAX if DAX is really supported
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Jan Kara
ext4: factor out checks from ext4_file_write_iter()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Theodore Ts'o
ext4: add sanity checking to count_overhead()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Theodore Ts'o
ext4: use more strict checks for inodes_per_block on...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Theodore Ts'o
ext4: fix in-superblock mount options processing
commit
|
commitdiff
|
tree
|
snapshot
2016-11-18
Theodore Ts'o
ext4: sanity check the block and cluster size at mount...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Eric Whitney
ext4: remove parameter from ext4_xattr_ibody_set()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Eric Whitney
ext4: allow inode expansion for nojournal file systems
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Deepa Dinamani
ext4: use current_time() for inode timestamps
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Chandan Rajendra
ext4: fix stack memory corruption with 64k block size
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Chandan Rajendra
ext4: fix mballoc breakage with 64k block size
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Theodore Ts'o
ext4: don't lock buffer in ext4_commit_super if holding...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Theodore Ts'o
ext4: allow ext4_ext_truncate() to return an error
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Theodore Ts'o
ext4: allow ext4_truncate() to return an error
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Theodore Ts'o
Merge branch 'fscrypt' into origin
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Theodore Ts'o
Merge branch 'dax-4.10-iomap-pmd' into origin
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Eric Biggers
fscrypto: don't use on-stack buffer for key derivation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Eric Biggers
fscrypto: don't use on-stack buffer for filename encryption
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
David Gstir
fscrypt: Let fs select encryption index/tweak
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
David Gstir
fscrypt: Constify struct inode pointer
commit
|
commitdiff
|
tree
|
snapshot
2016-11-13
David Gstir
fscrypt: Enable partial page encryption
commit
|
commitdiff
|
tree
|
snapshot
2016-11-13
David Gstir
fscrypt: Allow fscrypt_decrypt_page() to function with...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-13
David Gstir
fscrypt: Add in-place encryption mode
commit
|
commitdiff
|
tree
|
snapshot
2016-11-09
Jan Kara
dax: Introduce IOMAP_FAULT flag
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: remove "depends on BROKEN" from FS_DAX_PMD
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
xfs: use struct iomap based DAX PMD fault path
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: add struct iomap based DAX PMD support
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: move put_(un)locked_mapping_entry() in dax.c
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: move RADIX_DAX_* defines to dax.h
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: dax_iomap_fault() needs to call iomap_end()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: add dax_iomap_sector() helper function
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: correct dax iomap code namespace
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: remove dax_pmd_fault()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: coordinate locking for offsets in PMD range
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: consistent variable naming for DAX entries
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: remove the last BUG_ON() from fs/dax.c
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: make 'wait_table' global variable static
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
ext2: remove support for DAX PMD faults
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
dax: remove buffer_size_valid()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Ross Zwisler
ext4: tell DAX the size of allocation holes
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Linux 4.9-rc4
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge branch 'i2c/for-current' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge branches 'sched-urgent-for-linus' and 'core-urgen...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'md/4.9-rc3' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'scsi-fixes' of git://git./linux/kernel/git...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge branch 'for-linus' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'firewire-fixes' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'media/v4.9-3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'pci-v4.9-fixes-2' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'for-linus-20161104' of git://git.infradead...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'mmc-v4.9-rc2' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'gpio-v4.9-3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge branch 'for-4.9-rc3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Linus Torvalds
Merge branch 'overlayfs-linus' of git://git./linux...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Linus Torvalds
Merge tag 'drm-fixes-for-v4.9-rc4' of git://people...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Niklas Cassel
PCI: designware: Check for iATU unroll support after...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Linus Torvalds
Merge tag 'for-linus' of git://git./virt/kvm/kvm
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Linus Torvalds
Merge branch 'upstream' of git://git.linux-mips.org...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Linus Torvalds
Merge branch 'parisc-4.9-3' of git://git./linux/kernel...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Vladimir Zapolskiy
i2c: core: fix NULL pointer dereference under race...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
James Hogan
MIPS: Fix max_low_pfn with disabled highmem
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: Correct MIPS I FP sigcontext layout
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: Fix ISA I/II FP signal context offsets
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: Remove FIR from ISA I FP signal context
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: Fix ISA I FP sigcontext access violation handling
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: Fix FCSR Cause bit handling for correct SIGFPE...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Maciej W. Rozycki
MIPS: ptrace: Also initialize the FP context on individ...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
James Hogan
MIPS: dump_tlb: Fix printk continuations
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Paul Burton
MIPS: Fix __show_regs() output
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Matt Redfearn
MIPS: traps: Fix output of show_code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Matt Redfearn
MIPS: traps: Fix output of show_stacktrace
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Matt Redfearn
MIPS: traps: Fix output of show_backtrace
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Matt Redfearn
MIPS: Fix build of compressed image
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Matt Redfearn
MIPS: generic: Fix KASLR for generic kernel.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Matt Redfearn
MIPS: KASLR: Fix handling of NULL FDT
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Paul Burton
MIPS: Malta: Fixup reboot
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Paul Burton
MIPS: CPC: Provide default mips_cpc_default_phys_base...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Stefan Richter
firewire: net: fix fragmented datagram_size off-by-one
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Stefan Richter
firewire: net: guard against rx buffer overflows
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Linus Torvalds
sched/core: Remove pointless printout in sched_show_task()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Tetsuo Handa
sched/core: Fix oops in sched_show_task()
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Dave Airlie
Merge tag 'drm-intel-fixes-2016-11-01' of git://anongit...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Dave Airlie
Merge tag 'imx-drm-fixes-20161021' of git://git.pengutr...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-03
Gerd Hoffmann
virtio-gpu: fix vblank events
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Helge Deller
parisc: Ignore the pkey system calls for now
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Helge Deller
parisc: Use LINUX_GATEWAY_ADDR define instead of hardco...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
John David...
parisc: Ensure consistent state when switching to kerne...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
John David...
parisc: Avoid trashing sr2 and sr3 in LWS code
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Helge Deller
parisc: use KERN_CONT when printing device inventory
commit
|
commitdiff
|
tree
|
snapshot
next