Age | Commit message (Expand) | Author |
2012-08-09 | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer |
2012-07-19 | MIPS: sync-r4k: remove redundant irq operation | Yong Zhang |
2012-07-19 | MIPS: smp: Warn on too early irq enable | Yong Zhang |
2012-07-19 | MIPS: call set_cpu_online() on cpu being brought up with irq disabled | Yong Zhang |
2012-07-19 | MIPS: call ->smp_finish() a little late | Yong Zhang |
2012-07-19 | MIPS: SMTC: delay irq enable to ->smp_finish() | Yong Zhang |
2012-07-19 | MIPS: BMIPS: delay irq enable to ->smp_finish() | Yong Zhang |
2012-07-19 | MIPS: Oprofile: Fix build as a module. | Ralf Baechle |
2012-07-19 | MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total() | Florian Fainelli |
2012-07-19 | MIPS: Fix Magic SysRq L kernel crash. | Vincent Wen |
2012-07-19 | MIPS: BMIPS: Fix duplicate header inclusion. | Danny Kukawka |
2012-07-19 | MIPS: SMTC: Spelling and grammar corrections. | Ralf Baechle |
2012-07-19 | MIPS: Properly align the .data..init_task section. | David Daney |
2012-07-19 | MIPS: Fix race condition with FPU thread task flag during context switch. | Leonid Yegoshin |
2012-07-19 | MIPS: Refactor 'clear_page' and 'copy_page' functions. | Steven J. Hill |
2012-07-19 | MIPS: Don't panic on 5KEc. | Leonid Yegoshin |
2012-07-06 | MIPS: Add support for the M14Kc core. | Steven J. Hill |
2012-07-06 | MIPS: Provide a symbol for the legacy performance counter interrupt. | Ralf Baechle |
2012-06-01 | new helper: signal_delivered() | Al Viro |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro |
2012-06-01 | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | Al Viro |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro |
2012-06-01 | new helper: sigmask_to_save() | Al Viro |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-29 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2012-05-26 | Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex... | Ralf Baechle |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-05-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-05-21 | new helper: sigsuspend() | Al Viro |
2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2012-05-18 | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo |
2012-05-16 | MIPS: Move cache setup to setup_arch(). | David Daney |
2012-05-16 | MIPS: Make set_handler() __cpuinit. | David Daney |
2012-05-16 | MIPS: Introduce board_cache_error_setup() hook. | David Daney |
2012-05-15 | MIPS: parse chosen node on boot | John Crispin |
2012-05-15 | MIPS: Add helper function to allow platforms to point at a DTB. | Ralf Baechle |
2012-05-15 | MIPS: make oprofile use cp0_perfcount_irq if it is set | Felix Fietkau |
2012-05-15 | MIPS: Fix several implicit uses of export.h/module.h | Paul Gortmaker |
2012-05-15 | MIPS: Code formatting fixes. | Steven J. Hill |
2012-05-09 | perf: Pass last sampling period to perf_sample_data_init() | Robert Richter |
2012-05-08 | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner |
2012-05-07 | mips: Use PAGE_SIZE for INIT_TASK_DATA alignment again | Thomas Gleixner |
2012-05-05 | mips: Use generic init_task | Thomas Gleixner |
2012-04-27 | MIPS: Use set_current_blocked() and block_sigmask() | Matt Fleming |
2012-04-26 | mips: Use generic idle thread allocation | Thomas Gleixner |
2012-04-26 | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner |
2012-04-18 | seccomp: ignore secure_computing return values | Will Drewry |