Age | Commit message (Expand) | Author | Files | Lines |
2014-04-19 | mm: fix CONFIG_DEBUG_VM_RB description | Davidlohr Bueso | 1 | -2/+1 |
2014-04-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -10/+0 |
2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 4 | -1/+74 |
2014-04-09 | lib/percpu_counter.c: fix bad percpu counter state during suspend | Jens Axboe | 1 | -1/+1 |
2014-04-08 | percpu: add preemption checks to __this_cpu ops | Christoph Lameter | 1 | -4/+14 |
2014-04-08 | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP | Uwe Kleine-König | 3 | -6/+6 |
2014-04-08 | initramfs: debug detected compression method | Daniel M. Weeks | 1 | -0/+3 |
2014-04-08 | lib/idr.c: use RCU_INIT_POINTER(x, NULL) | Monam Agarwal | 1 | -2/+2 |
2014-04-08 | idr: remove dead code | Stephen Hemminger | 1 | -18/+2 |
2014-04-04 | lib/decompress_inflate.c: include appropriate header file | Rashika Kheria | 1 | -0/+1 |
2014-04-04 | lib/clz_ctz.c: add prototype declarations in lib/clz_ctz.c | Rashika Kheria | 1 | -0/+7 |
2014-04-04 | lib/random32.c: minor cleanups and kdoc fix | Daniel Borkmann | 1 | -37/+39 |
2014-04-04 | lib/devres.c: fix some sparse warnings | Steven Rostedt | 1 | -5/+7 |
2014-04-04 | vsprintf: remove %n handling | Ryan Mallon | 1 | -36/+9 |
2014-04-04 | lib/syscall.c: unexport task_current_syscall() | Andrew Morton | 1 | -1/+0 |
2014-04-04 | kobject: don't block for each kobject_uevent | Vladimir Davydov | 1 | -6/+36 |
2014-04-04 | mm: keep page cache radix tree nodes in check | Johannes Weiner | 1 | -14/+22 |
2014-04-04 | lib: radix_tree: tree node interface | Johannes Weiner | 1 | -115/+148 |
2014-04-04 | mm: filemap: move radix tree hole searching here | Johannes Weiner | 1 | -75/+0 |
2014-04-04 | lib: radix-tree: add radix_tree_delete_item() | Johannes Weiner | 1 | -4/+27 |
2014-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+8 |
2014-04-02 | get rid of DEBUG_WRITECOUNT | Al Viro | 1 | -10/+0 |
2014-04-02 | Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+10 |
2014-04-02 | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2014-04-02 | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+9 |
2014-04-01 | netlink: don't compare the nul-termination in nla_strcmp | Pablo Neira | 1 | -2/+8 |
2014-04-01 | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2014-03-31 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+20 |
2014-03-29 | random32: avoid attempt to late reseed if in the middle of seeding | Sasha Levin | 1 | -1/+12 |
2014-03-23 | partly revert commit 8a10bc9: parisc/sti_console: prefer Linux fonts over bui... | Helge Deller | 1 | -3/+3 |
2014-03-20 | audit: Add generic compat syscall support | AKASHI Takahiro | 4 | -1/+74 |
2014-03-04 | lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock | Hugh Dickins | 1 | -1/+3 |
2014-03-04 | dma debug: account for cachelines and read-only mappings in overlap tracking | Dan Williams | 1 | -46/+85 |
2014-02-27 | vsprintf: Add support for IORESOURCE_UNSET in %pR | Bjorn Helgaas | 1 | -4/+9 |
2014-02-23 | locktorture: Add a lock-torture kernel module | Paul E. McKenney | 1 | -0/+15 |
2014-02-23 | rcutorture: Abstract rcu_torture_random() | Paul E. McKenney | 1 | -0/+5 |
2014-02-18 | Merge 3.14-rc3 into driver-core-next | Greg Kroah-Hartman | 1 | -5/+2 |
2014-02-17 | idr: Add new function idr_is_empty() | Andreas Gruenbacher | 1 | -0/+10 |
2014-02-14 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+2 |
2014-02-14 | asmlinkage Make __stack_chk_failed and memcmp visible | Andi Kleen | 1 | -1/+1 |
2014-02-11 | Merge branch 'master' into driver-core-next-test-merge-rc2 | Tejun Heo | 2 | -1/+2 |
2014-02-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2014-02-08 | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() | Tejun Heo | 1 | -1/+1 |
2014-02-07 | Merge tag 'efi-urgent' into x86/urgent | H. Peter Anvin | 27 | -167/+650 |
2014-02-06 | x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y | Peter Oberparleiter | 1 | -0/+1 |
2014-02-05 | kbuild: don't enable DEBUG_INFO when building for COMPILE_TEST | Linus Torvalds | 1 | -1/+1 |
2014-02-02 | parisc/sti_console: prefer Linux fonts over built-in ROM fonts | Helge Deller | 1 | -3/+3 |
2014-02-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -7/+14 |
2014-01-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+1 |
2014-01-30 | percpu_ida: fix a live lock | Shaohua Li | 1 | -5/+2 |