summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2011-03-29genirq: Remove move_*irq leftoversThomas Gleixner-10/+0
2011-03-29genirq: Remove compat codeThomas Gleixner-276/+24
2011-03-29alpha: Use generic show_interrupts()Thomas Gleixner-2/+6
2011-03-29genirq: Fix harmless typoThomas Gleixner-1/+1
2011-03-28Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git...Linus Torvalds-95/+205
2011-03-29genirq; Fix cleanup falloutThomas Gleixner-8/+10
2011-03-28Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier-2/+2
2011-03-28genirq: Fix typo and remove unused variableThomas Gleixner-2/+1
2011-03-28genirq: Fix new kernel-doc warningsRandy Dunlap-1/+1
2011-03-28genirq: Remove handle_IRQ_eventThomas Gleixner-12/+0
2011-03-28genirq: Provide edge_eoi flow handlerThomas Gleixner-0/+49
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner-57/+49
2011-03-27genirq: Split irq_set_affinity() so it can be called with lock held.David Daney-18/+30
2011-03-27genirq: Add chip flag for restricting cpu_on/offline callsThomas Gleixner-4/+6
2011-03-27genirq: Add chip hooks for taking CPUs on/off line.David Daney-0/+58
2011-03-27genirq: Add irq disabled flag to irq_data stateThomas Gleixner-2/+4
2011-03-27genirq: Reserve the irq when calling irq_set_chip()David Daney-0/+6
2011-03-25Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-19/+8
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-2/+2
2011-03-25Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+18
2011-03-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-7/+2
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+14
2011-03-25Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+0
2011-03-25Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-13/+44
2011-03-25kdb: add usage string of 'per_cpu' commandNamhyung Kim-1/+1
2011-03-25kdb: code cleanup to use macro instead of valueJovi Zhang-1/+1
2011-03-25genirq: Expand generic show_interrupts()Thomas Gleixner-1/+18
2011-03-25futex: Fix WARN_ON() test for UPSteven Rostedt-2/+2
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-12/+21
2011-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells...Linus Torvalds-0/+30
2011-03-24vsprintf: Introduce %pB format specifierNamhyung Kim-3/+41
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering-0/+35
2011-03-23taskstats: use appropriate printk priority levelMandeep Singh Baines-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn-13/+29
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn-0/+5
2011-03-23userns: user namespaces: convert all capable checks in kernel/sys.cSerge E. Hallyn-26/+49
2011-03-23userns: make has_capability* into real functionsSerge E. Hallyn-0/+54
2011-03-23userns: allow ptrace from non-init user namespacesSerge E. Hallyn-12/+15
2011-03-23userns: allow killing tasks in your own or child usernsSerge E. Hallyn-8/+22
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn-12/+9
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn-5/+43
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn-2/+15
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman-8/+9
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman-1/+1
2011-03-23sysctl: restrict write access to dmesg_restrictRichard Weinberger-1/+17
2011-03-23sysctl: add some missing input constraint checksPetr Holasek-4/+13
2011-03-23sysctl_check: drop dead codeDenis Kirjanov-4/+0
2011-03-23sysctl_check: drop table->procname checksDenis Kirjanov-4/+2
2011-03-23cpuset: hold callback_mutex in cpuset_post_clone()Li Zefan-0/+2