index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-11
panic: call panic handlers before kmsg_dump
Kees Cook
1
-2
/
+6
2013-09-11
affs: use loff_t in affs_truncate()
Dan Carpenter
1
-1
/
+1
2013-09-11
aoe: remove do-nothing NAME="%k" term from example udev rules
Ed Cashin
1
-1
/
+1
2013-09-11
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
1
-1
/
+0
2013-09-11
aoe: suppress compiler warnings
Andy Shevchenko
1
-4
/
+0
2013-09-11
aoe: remove custom implementation of kbasename()
Andy Shevchenko
1
-6
/
+3
2013-09-11
aoe: update internal version number to 85
Ed Cashin
1
-1
/
+1
2013-09-11
aoe: update copyright date
Ed Cashin
1
-1
/
+1
2013-09-11
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
1
-1
/
+32
2013-09-11
aoe: provide file operations for debugfs files
Ed Cashin
1
-1
/
+24
2013-09-11
aoe: add AoE-target files to debugfs
Ed Cashin
3
-0
/
+38
2013-09-11
aoe: create and destroy debugfs directory for aoe
Ed Cashin
1
-1
/
+9
2013-09-11
mm/zswap: use postorder iteration when destroying rbtree
Cody P Schafer
1
-14
/
+2
2013-09-11
rbtree: allow tests to run as builtin
Cody P Schafer
1
-1
/
+1
2013-09-11
rbtree_test: add test for postorder iteration
Cody P Schafer
1
-0
/
+12
2013-09-11
rbtree: add rbtree_postorder_for_each_entry_safe() helper
Cody P Schafer
1
-0
/
+18
2013-09-11
rbtree: add postorder iteration functions
Cody P Schafer
2
-0
/
+44
2013-09-11
block/partitions/efi.c: consistently use pr_foo()
Andrew Morton
1
-26
/
+19
2013-09-11
partitions/efi: some style cleanups
Davidlohr Bueso
1
-11
/
+8
2013-09-11
partitions/efi: delete annoying emacs style comments
Davidlohr Bueso
1
-19
/
+0
2013-09-11
partitions/efi: compare first and last usable LBAs
Davidlohr Bueso
1
-1
/
+6
2013-09-11
partitions/efi: account for pmbr size in lba
Davidlohr Bueso
1
-3
/
+18
2013-09-11
partitions/efi: detect hybrid MBRs
Davidlohr Bueso
2
-21
/
+56
2013-09-11
partitions/efi: do not require gpt partition to begin at sector 1
Davidlohr Bueso
1
-3
/
+0
2013-09-11
partitions/efi: check pmbr record's starting lba
Davidlohr Bueso
1
-4
/
+13
2013-09-11
partitions/efi: use lba-aware partition records
Davidlohr Bueso
2
-6
/
+19
2013-09-11
s390/vmcore: use vmcore for zfcpdump
Michael Holzheu
4
-22
/
+110
2013-09-11
vmcore: enable /proc/vmcore mmap for s390
Michael Holzheu
1
-1
/
+1
2013-09-11
s390/vmcore: implement remap_oldmem_pfn_range for s390
Jan Willeke
1
-0
/
+26
2013-09-11
vmcore: introduce remap_oldmem_pfn_range()
Michael Holzheu
2
-8
/
+86
2013-09-11
s390/vmcore: use ELF header in new memory feature
Michael Holzheu
1
-27
/
+54
2013-09-11
vmcore: introduce ELF header in new memory feature
Michael Holzheu
2
-10
/
+57
2013-09-11
kexec: remove unnecessary return
Xishi Qiu
1
-4
/
+1
2013-09-11
exec: cleanup the error handling in search_binary_handler()
Oleg Nesterov
1
-8
/
+3
2013-09-11
exec: don't retry if request_module() fails
Oleg Nesterov
1
-1
/
+2
2013-09-11
exec: cleanup the CONFIG_MODULES logic
Oleg Nesterov
1
-37
/
+31
2013-09-11
exec: kill ->load_binary != NULL check in search_binary_handler()
Oleg Nesterov
1
-4
/
+3
2013-09-11
exec: move allow_write_access/fput to exec_binprm()
Oleg Nesterov
1
-4
/
+6
2013-09-11
exec: proc_exec_connector() should be called only once
Oleg Nesterov
1
-1
/
+1
2013-09-11
exec: kill "int depth" in search_binary_handler()
Oleg Nesterov
2
-6
/
+5
2013-09-11
exec: introduce exec_binprm() for "depth == 0" code
Oleg Nesterov
1
-14
/
+22
2013-09-11
proc: make proc_fd_permission() thread-friendly
Oleg Nesterov
1
-1
/
+1
2013-09-11
fs/proc/task_mmu.c: check the return value of mpol_to_str()
Chen Gang
1
-1
/
+3
2013-09-11
Documentation/filesystems/proc.txt: fix mistake in the description of Committ...
Minto Joseph
1
-10
/
+9
2013-09-11
fs/file_table.c:fput(): make comment more truthful
Andrew Morton
1
-2
/
+1
2013-09-11
coredump: add new %P variable in core_pattern
Stéphane Graber
2
-0
/
+6
2013-09-11
__ptrace_may_access() should not deny sub-threads
Mark Grondona
1
-1
/
+1
2013-09-11
hfsplus: integrate POSIX ACLs support into driver
Vyacheslav Dubeyko
6
-26
/
+99
2013-09-11
hfsplus: implement POSIX ACLs support
Vyacheslav Dubeyko
1
-0
/
+274
2013-09-11
hfsplus: add necessary declarations for POSIX ACLs support
Vyacheslav Dubeyko
3
-0
/
+49
[next]