index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-20
memstick: use sector_div instead of do_div
Arnd Bergmann
1
-1
/
+1
2016-01-20
dma-mapping: use offset_in_page macro
Geliang Tang
1
-2
/
+2
2016-01-20
dma-mapping: remove <asm-generic/dma-coherent.h>
Christoph Hellwig
4
-42
/
+29
2016-01-20
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
70
-633
/
+369
2016-01-20
tile: uninline dma_set_mask
Christoph Hellwig
2
-28
/
+30
2016-01-20
sparc: use generic dma_set_mask
Christoph Hellwig
1
-15
/
+0
2016-01-20
metag: convert to dma_map_ops
Christoph Hellwig
3
-209
/
+117
2016-01-20
m68k: convert to dma_map_ops
Christoph Hellwig
3
-142
/
+32
2016-01-20
mn10300: convert to dma_map_ops
Christoph Hellwig
3
-163
/
+67
2016-01-20
parisc: convert to dma_map_ops
Christoph Hellwig
6
-270
/
+124
2016-01-20
frv: convert to dma_map_ops
Christoph Hellwig
4
-179
/
+101
2016-01-20
nios2: convert to dma_map_ops
Christoph Hellwig
3
-186
/
+87
2016-01-20
cris: convert to dma_map_ops
Christoph Hellwig
3
-165
/
+51
2016-01-20
c6x: convert to dma_map_ops
Christoph Hellwig
4
-147
/
+58
2016-01-20
blackfin: convert to dma_map_ops
Christoph Hellwig
3
-137
/
+43
2016-01-20
avr32: convert to dma_map_ops
Christoph Hellwig
3
-373
/
+85
2016-01-20
arc: convert to dma_map_ops
Christoph Hellwig
3
-230
/
+110
2016-01-20
dma-mapping: make the generic coherent dma mmap implementation optional
Christoph Hellwig
2
-2
/
+5
2016-01-20
iio: core: fix ptr_ret.cocci warnings
Fengguang Wu
1
-3
/
+1
2016-01-20
fs/adfs/adfs.h: tidy up comments
Andrew Morton
1
-14
/
+14
2016-01-20
fs/overlayfs/super.c needs pagemap.h
Andrew Morton
1
-0
/
+1
2016-01-20
ipc/shm.c: is_file_shm_hugepages() can be boolean
Yaowei Bai
2
-4
/
+4
2016-01-20
lz4: fix wrong compress buffer size for 64-bits
Bongkyu Kim
1
-2
/
+2
2016-01-20
proc read mm's {arg,env}_{start,end} with mmap semaphore taken.
Mateusz Guzik
2
-7
/
+22
2016-01-20
prctl: take mmap sem for writing to protect against others
Mateusz Guzik
1
-10
/
+10
2016-01-20
powerpc: enable UBSAN support
Daniel Axtens
5
-1
/
+11
2016-01-20
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin
17
-1
/
+693
2016-01-20
net/mac80211/debugfs.c: prevent build failure with CONFIG_UBSAN=y
Andrey Ryabinin
1
-5
/
+2
2016-01-20
kernel: printk: specify alignment for struct printk_log
Andrey Ryabinin
1
-5
/
+5
2016-01-20
sysctl: enable strict writes
Kees Cook
2
-9
/
+8
2016-01-20
rbtree: use READ_ONCE in RB_EMPTY_ROOT
Davidlohr Bueso
1
-1
/
+1
2016-01-20
rapidio: use kobj_to_dev()
Geliang Tang
1
-4
/
+2
2016-01-20
kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILE
Xunlei Pang
4
-37
/
+50
2016-01-20
kernel/kexec_core.c: use list_for_each_entry_safe in kimage_free_page_list
Geliang Tang
1
-5
/
+2
2016-01-20
kexec: set KEXEC_TYPE_CRASH before sanity_check_segment_list()
Xunlei Pang
1
-5
/
+5
2016-01-20
kernel/cpu.c: make set_cpu_* static inlines
Rasmus Villemoes
2
-38
/
+39
2016-01-20
kernel/cpu.c: eliminate cpu_*_mask
Rasmus Villemoes
2
-12
/
+4
2016-01-20
drivers/base/cpu.c: use __cpu_*_mask directly
Rasmus Villemoes
1
-5
/
+5
2016-01-20
kernel/cpu.c: export __cpu_*_mask
Rasmus Villemoes
2
-5
/
+13
2016-01-20
kernel/cpu.c: change type of cpu_possible_bits and friends
Rasmus Villemoes
1
-22
/
+22
2016-01-20
powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_header
Rasmus Villemoes
2
-3
/
+3
2016-01-20
exit: remove unneeded declaration of exit_mm()
Dmitry Safonov
1
-2
/
+0
2016-01-20
fs/coredump: prevent "" / "." / ".." core path components
Jann Horn
1
-0
/
+20
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
11
-29
/
+80
2016-01-20
security: let security modules use PTRACE_MODE_* with bitmasks
Jann Horn
2
-7
/
+5
2016-01-20
ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task
Oleg Nesterov
1
-2
/
+1
2016-01-20
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
1
-2
/
+8
2016-01-20
fat: constify fatent_operations structures
Julia Lawall
2
-13
/
+13
2016-01-20
Documentation/filesystems/vfat.txt: update the limitation for fat fallocate
Namjae Jeon
1
-0
/
+10
2016-01-20
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
4
-30
/
+87
[prev]
[next]