Age | Commit message (Expand) | Author | Files | Lines |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -234/+536 |
2013-11-13 | lib/genalloc: add a helper function for DMA buffer allocation | Nicolin Chen | 1 | -0/+28 |
2013-11-13 | lib/digsig.c: use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) | Duan Jiong | 1 | -1/+1 |
2013-11-13 | lib/vsprintf.c: document formats for dentry and struct file | Olof Johansson | 1 | -0/+2 |
2013-11-13 | lib/debugobjects.c: remove unnecessary work pending test | Xie XiuQi | 1 | -1/+1 |
2013-11-13 | vsprintf: check real user/group id for %pK | Ryan Mallon | 1 | -3/+30 |
2013-11-13 | percpu: add test module for various percpu operations | Greg Thelen | 3 | -0/+149 |
2013-11-13 | mm: do not walk all of system memory during show_mem | Mel Gorman | 1 | -28/+11 |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+2 |
2013-11-11 | random32: add test cases for taus113 implementation | Daniel Borkmann | 2 | -6/+196 |
2013-11-11 | random32: upgrade taus88 generator to taus113 from errata paper | Daniel Borkmann | 1 | -34/+46 |
2013-11-11 | random32: add prandom_reseed_late() and call when nonblocking pool becomes in... | Hannes Frederic Sowa | 1 | -1/+22 |
2013-11-11 | random32: add periodic reseeding | Hannes Frederic Sowa | 1 | -0/+23 |
2013-11-11 | random32: fix off-by-one in seeding requirement | Daniel Borkmann | 1 | -7/+7 |
2013-11-11 | Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2013-11-07 | Revert "sysfs: drop kobj_ns_type handling" | Linus Torvalds | 1 | -4/+1 |
2013-11-07 | Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+9 |
2013-11-07 | Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+89 |
2013-11-05 | lib: crc32: reduce number of cases for crc32{, c}_combine | Daniel Borkmann | 1 | -2/+2 |
2013-11-05 | lib: crc32: conditionally resched when running testcases | Daniel Borkmann | 1 | -0/+3 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+3 |
2013-11-04 | lib: crc32: add test cases for crc32{, c}_combine routines | Daniel Borkmann | 1 | -0/+72 |
2013-11-04 | lib: crc32: add functionality to combine two crc32{, c}s in GF(2) | Daniel Borkmann | 1 | -0/+81 |
2013-11-04 | lib: crc32: clean up spacing in test cases | Daniel Borkmann | 1 | -200/+100 |
2013-11-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 2 | -1/+4 |
2013-11-01 | lib/scatterlist.c: don't flush_kernel_dcache_page on slab page | Ming Lei | 1 | -1/+2 |
2013-10-29 | Kconfig: make KOBJECT_RELEASE debugging require timer debugging | Linus Torvalds | 1 | -1/+1 |
2013-10-20 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 2 | -0/+5 |
2013-10-17 | percpu_refcount: export symbols | Matias Bjorling | 1 | -0/+3 |
2013-10-17 | sysrq: Allow magic SysRq key functions to be disabled through Kconfig | Ben Hutchings | 1 | -0/+9 |
2013-10-15 | GFS2: Use lockref for glocks | Steven Whitehouse | 1 | -0/+1 |
2013-10-12 | kobject: show debug info on delayed kobject release | Fengguang Wu | 1 | -1/+1 |
2013-10-11 | Merge branch 'core/urgent' into sched/core | Ingo Molnar | 1 | -1/+1 |
2013-10-11 | kobject: show debug info on delayed kobject release | Fengguang Wu | 1 | -1/+1 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 3 | -7/+23 |
2013-10-04 | kobject: grab an extra reference on kobject->sd to allow duplicate deletes | Tejun Heo | 1 | -0/+12 |
2013-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+2 |
2013-09-30 | Merge 3.12-rc3 into driver-core-next | Greg Kroah-Hartman | 2 | -7/+21 |
2013-09-28 | lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() | Heiko Carstens | 1 | -1/+9 |
2013-09-27 | sysfs: Allow mounting without CONFIG_NET | Eric W. Biederman | 1 | -4/+1 |
2013-09-27 | lockref: allow relaxed cmpxchg64 variant for lockless updates | Will Deacon | 1 | -2/+11 |
2013-09-27 | kobject: introduce kobj_completion | Jeff Mahoney | 1 | -0/+50 |
2013-09-27 | sysfs: drop kobj_ns_type handling | Tejun Heo | 1 | -1/+4 |
2013-09-27 | sysfs: remove ktype->namespace() invocations in directory code | Tejun Heo | 1 | -4/+24 |
2013-09-25 | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 2 | -3/+2 |
2013-09-20 | lib: introduce upper case hex ascii helpers | Andre Naujoks | 1 | -0/+2 |
2013-09-20 | lockref: use cmpxchg64 explicitly for lockless updates | Will Deacon | 1 | -2/+2 |
2013-09-13 | Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l... | Linus Torvalds | 2 | -7/+1 |
2013-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -1/+10 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2 | -7/+1 |