| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-03-25 | 1 | -2/+1 |
|\ |
|
| * | BUG_ON() Conversion in kernel/cpu.c | Eric Sesterhenn | 2006-03-24 | 1 | -2/+1 |
* | | [PATCH] remove pps support | Roman Zippel | 2006-03-25 | 2 | -54/+18 |
* | | [PATCH] Add SA_PERCPU_IRQ flag support | Dimitri Sivanich | 2006-03-25 | 1 | -5/+18 |
* | | [PATCH] Use unsigned int types for a faster bsearch | Eric Dumazet | 2006-03-25 | 1 | -2/+2 |
* | | [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() | Ashok Raj | 2006-03-25 | 1 | -3/+1 |
* | | [PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p... | Eric Dumazet | 2006-03-25 | 1 | -6/+0 |
* | | [PATCH] find_task_by_pid() needs tasklist_lock | Andrew Morton | 2006-03-25 | 1 | -0/+2 |
* | | [PATCH] refactor capable() to one implementation, add __capable() helper | Chris Wright | 2006-03-25 | 2 | -12/+16 |
* | | [PATCH] IRQ: prevent enabling of previously disabled interrupt | Bryan Holty | 2006-03-25 | 1 | -4/+17 |
* | | [PATCH] irq: uninline migration functions | Andrew Morton | 2006-03-25 | 2 | -2/+53 |
* | | [PATCH] kernel/params.c: make param_array() static | Adrian Bunk | 2006-03-25 | 1 | -6/+6 |
* | | [PATCH] Remove MODULE_PARM | Rusty Russell | 2006-03-25 | 2 | -177/+16 |
* | | [PATCH] Validate and sanitze itimer timeval from userspace | Thomas Gleixner | 2006-03-25 | 1 | -0/+66 |
* | | [PATCH] sys_alarm() unsigned signed conversion fixup | Thomas Gleixner | 2006-03-25 | 2 | -13/+38 |
* | | [PATCH] timer irq driven soft watchdog fix | Andrew Morton | 2006-03-25 | 1 | -0/+1 |
|/ |
|
* | [PATCH] fix build error if CONFIG_SYSFS=n | Andrew Morton | 2006-03-24 | 1 | -2/+2 |
* | [PATCH] strndup_user: convert module | Davi Arnaut | 2006-03-24 | 1 | -16/+3 |
* | [PATCH] timer-irq-driven soft-watchdog, cleanups | Ingo Molnar | 2006-03-24 | 2 | -25/+31 |
* | [PATCH] Fix module refcount leak in __set_personality() | Sergey Vlasov | 2006-03-24 | 1 | -0/+1 |
* | [PATCH] RLIMIT_CPU: document wrong return value | Andrew Morton | 2006-03-24 | 1 | -0/+7 |
* | [PATCH] RLIMIT_CPU: fix handling of a zero limit | Andrew Morton | 2006-03-24 | 1 | -1/+12 |
* | [PATCH] sys_setrlimit() cleanup | Andrew Morton | 2006-03-24 | 1 | -11/+15 |
* | [PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK | John Z. Bohach | 2006-03-24 | 1 | -38/+38 |
* | [PATCH] cpuset: remove useless local variable initialization | Paul Jackson | 2006-03-24 | 1 | -1/+1 |
* | [PATCH] cpuset: don't need to mark cpuset_mems_generation atomic | Paul Jackson | 2006-03-24 | 1 | -8/+11 |
* | [PATCH] cpuset: remove unnecessary NULL check | Paul Jackson | 2006-03-24 | 1 | -12/+6 |
* | [PATCH] cpuset memory spread slab cache optimizations | Paul Jackson | 2006-03-24 | 1 | -0/+1 |
* | [PATCH] cpuset memory spread basic implementation | Paul Jackson | 2006-03-24 | 1 | -6/+98 |
* | [PATCH] cpuset use combined atomic_inc_return calls | Paul Jackson | 2006-03-24 | 1 | -7/+4 |
* | [PATCH] cpuset cleanup not not operators | Paul Jackson | 2006-03-24 | 1 | -5/+5 |
* | [PATCH] rcutorture: tag success/failure line with module parameters | Paul E. McKenney | 2006-03-24 | 1 | -8/+15 |
* | [PATCH] tvec_bases too large for per-cpu data | Jan Beulich | 2006-03-24 | 1 | -11/+34 |
* | [PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlist | Oleg Nesterov | 2006-03-24 | 1 | -3/+2 |
* | [PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_conv | Bart Samwel | 2006-03-24 | 1 | -0/+4 |
* | [PATCH] Represent laptop_mode as jiffies internally | Bart Samwel | 2006-03-24 | 1 | -3/+2 |
* | [PATCH] Represent dirty_*_centisecs as jiffies internally | Bart Samwel | 2006-03-24 | 1 | -5/+5 |
* | [PATCH] free_uid() locking improvement | Andrew Morton | 2006-03-24 | 1 | -3/+7 |
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 2006-03-23 | 1 | -0/+1 |
* | [PATCH] relay: consolidate sendfile() and read() code | Tom Zanussi | 2006-03-23 | 1 | -84/+91 |
* | [PATCH] relay: add sendfile() support | Jens Axboe | 2006-03-23 | 1 | -29/+115 |
* | [PATCH] relay: migrate from relayfs to a generic relay API | Jens Axboe | 2006-03-23 | 2 | -0/+920 |
* | [PATCH] kernel/rcupdate.c: make two structs static | Adrian Bunk | 2006-03-23 | 1 | -2/+2 |
* | [PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usage | Oleg Nesterov | 2006-03-23 | 1 | -5/+4 |
* | [PATCH] pause_on_oops command line option | Andrew Morton | 2006-03-23 | 1 | -1/+96 |
* | [PATCH] make bug messages more consistent | Ingo Molnar | 2006-03-23 | 1 | -2/+2 |
* | [PATCH] sigprocmask: kill unneeded temp var | Oleg Nesterov | 2006-03-23 | 1 | -4/+4 |
* | [PATCH] kernel/module.c Semaphore to Mutex Conversion for module_mutex | Ashutosh Naik | 2006-03-23 | 1 | -19/+19 |
* | [PATCH] sem2mutex: kprobes | Ingo Molnar | 2006-03-23 | 1 | -7/+7 |
* | [PATCH] sem2mutex: tty | Ingo Molnar | 2006-03-23 | 2 | -4/+4 |