index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-30
kernel/relay.c: use kvfree() in relay_free_page_array()
Pekka Enberg
1
-4
/
+1
2015-06-30
printk: improve the description of /dev/kmsg line format
Antonio Ospite
1
-4
/
+4
2015-06-30
arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERR
Masanari Iida
1
-2
/
+2
2015-06-30
drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issue
Dave Gordon
3
-11
/
+10
2015-06-30
lib/scatterlist: mark input buffer parameters as 'const'
Dave Gordon
2
-6
/
+6
2015-06-30
lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()
Dave Gordon
1
-2
/
+2
2015-06-30
ipc,sysv: return -EINVAL upon incorrect id/seqnum
Davidlohr Bueso
1
-1
/
+1
2015-06-30
ipc,sysv: make return -EIDRM when racing with RMID consistent
Davidlohr Bueso
1
-5
/
+8
2015-06-30
ipc: rename ipc_obtain_object
Davidlohr Bueso
5
-9
/
+9
2015-06-30
ipc,msg: provide barrier pairings for lockless receive
Davidlohr Bueso
1
-10
/
+38
2015-06-30
ipc,shm: move BUG_ON check into shm_lock
Davidlohr Bueso
1
-5
/
+5
2015-06-30
ipc/util.c: use kvfree() in ipc_rcu_free()
Pekka Enberg
1
-4
/
+1
2015-06-30
arc: use for_each_sg()
Akinobu Mita
1
-5
/
+7
2015-06-30
devpts: if initialization failed, don't crash when opening /dev/ptmx
Josh Triplett
1
-7
/
+24
2015-06-30
scripts/gdb: remove useless global instruction
Thiébaud Weksteen
1
-2
/
+0
2015-06-30
scripts/gdb: add ps command
Thiébaud Weksteen
1
-0
/
+16
2015-06-30
scripts/gdb: fix PEP8 compliance
Thiébaud Weksteen
4
-7
/
+7
2015-06-30
scripts/gdb: fix typo in exception name
Thiébaud Weksteen
1
-1
/
+1
2015-06-30
scripts/gdb: enable completion for lx-list-check parameter
Jan Kiszka
1
-1
/
+2
2015-06-30
scripts/gdb: also allow list_head pointer as lx-list-check paramter
Jan Kiszka
1
-2
/
+4
2015-06-30
scripts/gdb: add command to check list consistency
Thiébaud Weksteen
2
-0
/
+90
2015-06-30
memstick: remove deprecated use of pci api
Quentin Lambert
2
-11
/
+11
2015-06-30
fs/affs/symlink.c: remove unneeded err variable
Fabian Frederick
1
-3
/
+1
2015-06-30
fs/affs/amigaffs.c: remove unneeded initialization
Fabian Frederick
1
-1
/
+1
2015-06-30
fs/affs/inode.c: remove unneeded initialization
Fabian Frederick
1
-1
/
+1
2015-06-30
fs/adfs: remove unneeded cast
Firo Yang
1
-1
/
+1
2015-06-30
gcov: add support for GCC 5.1
Lorenzo Stoakes
2
-1
/
+9
2015-06-30
kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path
HATAYAMA Daisuke
3
-1
/
+15
2015-06-30
kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...
HATAYAMA Daisuke
1
-1
/
+2
2015-06-30
x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...
KarimAllah Ahmed
1
-5
/
+6
2015-06-30
fs: document seq_open()'s usage of file->private_data
Yann Droneaud
1
-0
/
+2
2015-06-30
fs: allocate structure unconditionally in seq_open()
Yann Droneaud
1
-8
/
+9
2015-06-30
fs: use seq_open_private() for proc_mounts
Yann Droneaud
3
-24
/
+19
2015-06-30
mm: meminit: finish initialisation of struct pages before basic setup
Mel Gorman
5
-37
/
+49
2015-06-30
mm: meminit: remove mminit_verify_page_links
Mel Gorman
3
-17
/
+0
2015-06-30
mm: meminit: reduce number of times pageblocks are set during struct page init
Mel Gorman
1
-22
/
+24
2015-06-30
mm: meminit: free pages in large chunks where possible
Mel Gorman
1
-6
/
+49
2015-06-30
x86: mm: enable deferred struct page initialisation on x86-64
Mel Gorman
1
-0
/
+1
2015-06-30
mm: meminit: minimise number of pfn->page lookups during initialisation
Mel Gorman
1
-5
/
+24
2015-06-30
mm: meminit: initialise remaining struct pages in parallel with kswapd
Mel Gorman
4
-6
/
+130
2015-06-30
mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...
Mel Gorman
5
-4
/
+124
2015-06-30
mm: meminit: inline some helper functions
Mel Gorman
2
-46
/
+52
2015-06-30
mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid
Mel Gorman
4
-30
/
+51
2015-06-30
mm: page_alloc: pass PFN to __free_pages_bootmem
Mel Gorman
5
-11
/
+14
2015-06-30
mm: meminit: only set page reserved in the memblock region
Nathan Zimmer
3
-1
/
+21
2015-06-30
mm: meminit: move page initialization into a separate function
Robin Holt
1
-33
/
+46
2015-06-30
memblock: introduce a for_each_reserved_mem_region iterator
Robin Holt
2
-0
/
+50
2015-06-29
Merge tag 'md/4.2' of git://neil.brown.name/md
Linus Torvalds
5
-101
/
+146
2015-06-29
Fix kmalloc slab creation sequence
Christoph Lameter
2
-38
/
+16
2015-06-29
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
57
-155
/
+13842
[next]