aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-26[PATCH] kretprobe instance recycled by parent processbibo mao2-6/+13
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel4-21/+17
2006-03-26[PATCH] hrtimers: remove nsec_t typedefRoman Zippel2-4/+4
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel1-9/+5
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel1-80/+62
2006-03-26[PATCH] hrtimers: posix-timer: cleanup common_timer_get()Roman Zippel1-24/+26
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel3-9/+15
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner1-2/+26
2006-03-26[PATCH] consolidate sys32/compat_adjtimexStephen Rothwell1-0/+59
2006-03-26[PATCH] swswsup: return correct load_image errorCon Kolivas1-3/+4
2006-03-26[PATCH] warn if free_irq() is called from IRQ contextIngo Molnar1-0/+1
2006-03-26BUG_ON() Conversion in kernel/fork.cEric Sesterhenn1-2/+1
2006-03-25Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds5-436/+1293
2006-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+1
2006-03-25[PATCH] remove pps supportRoman Zippel2-54/+18
2006-03-25[PATCH] Add SA_PERCPU_IRQ flag supportDimitri Sivanich1-5/+18
2006-03-25[PATCH] Use unsigned int types for a faster bsearchEric Dumazet1-2/+2
2006-03-25[PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj1-3/+1
2006-03-25[PATCH] No need to protect current->group_info in sys_getgroups(), in_group_p() and in_egroup_p()Eric Dumazet1-6/+0
2006-03-25[PATCH] find_task_by_pid() needs tasklist_lockAndrew Morton1-0/+2
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright2-12/+16
2006-03-25[PATCH] IRQ: prevent enabling of previously disabled interruptBryan Holty1-4/+17
2006-03-25[PATCH] irq: uninline migration functionsAndrew Morton2-2/+53
2006-03-25[PATCH] kernel/params.c: make param_array() staticAdrian Bunk1-6/+6
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell2-177/+16
2006-03-25[PATCH] Validate and sanitze itimer timeval from userspaceThomas Gleixner1-0/+66
2006-03-25[PATCH] sys_alarm() unsigned signed conversion fixupThomas Gleixner2-13/+38
2006-03-25[PATCH] timer irq driven soft watchdog fixAndrew Morton1-0/+1
2006-03-24BUG_ON() Conversion in kernel/cpu.cEric Sesterhenn1-2/+1
2006-03-24[PATCH] fix build error if CONFIG_SYSFS=nAndrew Morton1-2/+2
2006-03-24[PATCH] strndup_user: convert moduleDavi Arnaut1-16/+3
2006-03-24[PATCH] timer-irq-driven soft-watchdog, cleanupsIngo Molnar2-25/+31
2006-03-24[PATCH] Fix module refcount leak in __set_personality()Sergey Vlasov1-0/+1
2006-03-24[PATCH] RLIMIT_CPU: document wrong return valueAndrew Morton1-0/+7
2006-03-24[PATCH] RLIMIT_CPU: fix handling of a zero limitAndrew Morton1-1/+12
2006-03-24[PATCH] sys_setrlimit() cleanupAndrew Morton1-11/+15
2006-03-24[PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTKJohn Z. Bohach1-38/+38
2006-03-24[PATCH] cpuset: remove useless local variable initializationPaul Jackson1-1/+1
2006-03-24[PATCH] cpuset: don't need to mark cpuset_mems_generation atomicPaul Jackson1-8/+11
2006-03-24[PATCH] cpuset: remove unnecessary NULL checkPaul Jackson1-12/+6
2006-03-24[PATCH] cpuset memory spread slab cache optimizationsPaul Jackson1-0/+1
2006-03-24[PATCH] cpuset memory spread basic implementationPaul Jackson1-6/+98
2006-03-24[PATCH] cpuset use combined atomic_inc_return callsPaul Jackson1-7/+4
2006-03-24[PATCH] cpuset cleanup not not operatorsPaul Jackson1-5/+5
2006-03-24[PATCH] rcutorture: tag success/failure line with module parametersPaul E. McKenney1-8/+15
2006-03-24[PATCH] tvec_bases too large for per-cpu dataJan Beulich1-11/+34
2006-03-24[PATCH] rcu_process_callbacks: don't cli() while testing ->nxtlistOleg Nesterov1-3/+2
2006-03-24[PATCH] Range checking in do_proc_dointvec_(userhz_)jiffies_convBart Samwel1-0/+4
2006-03-24[PATCH] Represent laptop_mode as jiffies internallyBart Samwel1-3/+2