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
2017-07-11
9p: Implement show_options
David Howells
8
-10
/
+161
2017-07-11
isofs: Implement show_options
David Howells
2
-3
/
+51
2017-07-11
afs: Implement show_options
David Howells
1
-2
/
+43
2017-07-11
affs: Implement show_options
David Howells
1
-5
/
+37
2017-07-11
befs: Implement show_options
David Howells
1
-3
/
+21
2017-07-11
spufs: Implement show_options
David Howells
1
-3
/
+19
2017-07-11
Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into drm-intel-next-fixes
Jani Nikula
5
-64
/
+34
2017-07-11
drm/i915: Make DP-MST connector info work
Maarten Lankhorst
1
-1
/
+1
2017-07-11
ALSA: hda/realtek - New codec device ID for ALC1220
Kailang Yang
1
-0
/
+2
2017-07-11
drm/i915/gvt: Use fence error from GVT request for workload status
Chuanxiao Dong
1
-9
/
+12
2017-07-11
drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread
Weinan Li
1
-7
/
+0
2017-07-11
drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"
Chuanxiao Dong
2
-48
/
+10
2017-07-11
drm/i915/gvt: Audit the command buffer address
Ping Gao
1
-0
/
+10
2017-07-11
drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()
Zhou, Wenjia
1
-0
/
+2
2017-07-10
target: export lio pgr/alua support as device attr
Mike Christie
1
-0
/
+24
2017-07-11
powerpc/asm: Mark cr0 as clobbered in mftb()
Oliver O'Halloran
1
-1
/
+1
2017-07-11
powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9
Nicholas Piggin
3
-18
/
+67
2017-07-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
103
-1248
/
+1537
2017-07-10
kernel/exit.c: avoid undefined behaviour when calling wait4()
zhongjiang
1
-0
/
+4
2017-07-10
kernel/signal.c: avoid undefined behaviour in kill_something_info
zhongjiang
1
-0
/
+4
2017-07-10
binfmt_elf: safely increment argv pointers
Kees Cook
1
-11
/
+9
2017-07-10
s390: reduce ELF_ET_DYN_BASE
Kees Cook
1
-8
/
+7
2017-07-10
powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
Kees Cook
1
-6
/
+7
2017-07-10
arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
Kees Cook
1
-6
/
+6
2017-07-10
arm: move ELF_ET_DYN_BASE to 4MB
Kees Cook
1
-6
/
+2
2017-07-10
binfmt_elf: use ELF_ET_DYN_BASE only for PIE
Kees Cook
2
-14
/
+58
2017-07-10
fs, epoll: short circuit fetching events if thread has been killed
David Rientjes
1
-0
/
+10
2017-07-10
checkpatch: improve multi-line alignment test
Joe Perches
1
-1
/
+1
2017-07-10
checkpatch: improve macro reuse test
Joe Perches
1
-6
/
+6
2017-07-10
checkpatch: change format of --color argument to --color[=WHEN]
John Brooks
1
-6
/
+29
2017-07-10
checkpatch: silence perl 5.26.0 unescaped left brace warnings
Cyril Bur
1
-3
/
+3
2017-07-10
checkpatch: improve tests for multiple line function definitions
Joe Perches
1
-1
/
+25
2017-07-10
checkpatch: remove false warning for commit reference
Heinrich Schuchardt
1
-1
/
+3
2017-07-10
checkpatch: fix stepping through statements with $stat and ctx_statement_block
Joe Perches
1
-1
/
+1
2017-07-10
checkpatch: [HLP]LIST_HEAD is also declaration
Steffen Maier
1
-1
/
+1
2017-07-10
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
Joe Perches
1
-0
/
+11
2017-07-10
checkpatch: improve the unnecessary OOM message test
Joe Perches
1
-1
/
+1
2017-07-10
lib/bsearch.c: micro-optimize pivot position calculation
Sergey Senozhatsky
1
-10
/
+12
2017-07-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
8
-56
/
+63
2017-07-10
lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possible
Michal Hocko
1
-4
/
+3
2017-07-10
lib/interval_tree_test.c: allow full tree search
Davidlohr Bueso
1
-5
/
+10
2017-07-10
lib/interval_tree_test.c: allow users to limit scope of endpoint
Davidlohr Bueso
1
-10
/
+13
2017-07-10
lib/interval_tree_test.c: make test options module parameters
Davidlohr Bueso
1
-17
/
+40
2017-07-10
lib/interval_tree_test.c: allow the module to be compiled-in
Davidlohr Bueso
1
-1
/
+1
2017-07-10
lib/kstrtox.c: use "unsigned int" more
Alexey Dobriyan
1
-4
/
+6
2017-07-10
lib/kstrtox.c: delete end-of-string test
Alexey Dobriyan
1
-1
/
+1
2017-07-10
bitmap: use memcmp optimisation in more situations
Matthew Wilcox
2
-3
/
+2
2017-07-10
include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possible
Matthew Wilcox
1
-0
/
+6
2017-07-10
bitmap: optimise bitmap_set and bitmap_clear of a single bit
Matthew Wilcox
3
-10
/
+24
2017-07-10
lib/test_bitmap.c: add optimisation tests
Matthew Wilcox
1
-0
/
+32
[prev]
[next]