summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-13modules: sysfs - export: taint, coresize, initsizeKay Sievers1-29/+64
2012-01-13kernel/params: replace DEBUGP with pr_debugJim Cromie1-10/+4
2012-01-13module: replace DEBUGP with pr_debugJim Cromie1-26/+20
2012-01-13module: struct module_ref should contains long fieldsEric Dumazet2-5/+5
2012-01-13module: Fix performance regression on modules with large symbol tablesKevin Cernekee1-44/+21
2012-01-13module: Add comments describing how the "strmap" logic worksKevin Cernekee1-0/+9
2012-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+7
2012-01-12Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2012-01-11sched: Fix lockup by limiting load-balance retries on lock-breakPeter Zijlstra1-3/+7
2012-01-11Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+4
2012-01-11Merge branch 'akpm' (aka "Andrew's patch-bomb")Linus Torvalds4-13/+95
2012-01-11user namespace: make signal.c respect user namespacesSerge E. Hallyn1-3/+40
2012-01-11workqueue: make alloc_workqueue() take printf fmt and args for nameTejun Heo1-10/+22
2012-01-11signal: add block_sigmask() for adding sigmask to current->blockedMatt Fleming1-0/+21
2012-01-11tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2012-01-11PM/Hibernate: do not count debug pages as savableStanislaw Gruszka1-0/+6
2012-01-10Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2012-01-10sched: Remove empty #ifdefsHiroshi Shimamoto1-7/+0
2012-01-10Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds8-261/+326
2012-01-09audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2012-01-09Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-370/+339
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds9-58/+37
2012-01-08Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar12-39/+98
2012-01-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar3-345/+683
2012-01-08Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-58/+57
2012-01-07vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-07vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro8-25/+24
2012-01-07Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds1-5/+7
2012-01-07Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman4-58/+57
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-2463/+2687
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds12-306/+476
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-243/+933
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-16/+37
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-6/+56
2012-01-06security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-2/+2
2012-01-06ptrace: do not audit capability check when outputing /proc/pid/statEric Paris1-2/+10
2012-01-06capabilities: remove task_ns_* functionsEric Paris3-17/+3
2012-01-06capabitlies: ns_capable can use the cap helpers rather than lsm callEric Paris1-1/+1
2012-01-06capabilities: style only - move capable below ns_capableEric Paris1-16/+16
2012-01-06capabilites: introduce new has_ns_capabilities_noauditEric Paris1-5/+25
2012-01-06capabilities: call has_ns_capability from has_capabilityEric Paris1-16/+10
2012-01-06capabilities: remove all _real_ interfacesEric Paris1-3/+15
2012-01-06capabilities: reverse arguments to security_capableEric Paris1-1/+1
2012-01-05cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3