aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-18sched: Separate out allocation/free/goto-hell from __build_sched_domainsAndreas Herrmann1-72/+99
2009-08-18sched: Use structure to store local data in __build_sched_domainsAndreas Herrmann1-76/+89
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2
2009-08-17trace_skb: fix build when CONFIG_NET is not enabledRandy Dunlap1-0/+1
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang1-1/+1
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras1-0/+11
2009-08-17ftrace: Simplify seqfile codeLi Zefan1-13/+2
2009-08-17trace_stack: Simplify seqfile codeLi Zefan1-22/+12
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan1-3/+7
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan1-16/+1
2009-08-17tracing/events: Add module tracepointsLi Zefan2-0/+15
2009-08-17genirq: Support nested threaded irq handlingThomas Gleixner2-3/+98
2009-08-17genirq: Add buslock supportThomas Gleixner3-1/+33
2009-08-17genirq: Add oneshot supportThomas Gleixner2-7/+56
2009-08-17lockdep: Simplify lock_stat seqfile codeLi Zefan1-22/+7
2009-08-17lockdep: Simplify lockdep_chains seqfile codeLi Zefan1-30/+7
2009-08-17lockdep: Simplify lockdep seqfile codeLi Zefan1-41/+5
2009-08-17lockdep: Fix missing entries in /proc/lock_chainsLi Zefan1-4/+4
2009-08-17lockdep: Fix missing entry in /proc/lock_statLi Zefan1-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+4
2009-08-16futex: Detect mismatched requeue targetsDarren Hart1-4/+20
2009-08-15rcu: Fix typo in rcu_irq_exit() comment headerJosh Triplett1-1/+1
2009-08-15rcu: Make rcupreempt_trace.c look at offline CPUsPaul E. McKenney1-2/+3
2009-08-15rcu: Make preemptable RCU scan all CPUs when summing RCU countersPaul E. McKenney1-7/+1
2009-08-15rcu: Simplify RCU CPU-hotplug notificationPaul E. McKenney3-36/+22
2009-08-15rcu: Split hierarchical RCU initialization into boot-time and CPU-online piecesPaul E. McKenney1-20/+33
2009-08-15Merge commit 'v2.6.31-rc6' into core/rcuIngo Molnar63-1340/+2244
2009-08-15clocksource: Call clocksource_change_rating() outside of watchdog_lockThomas Gleixner1-2/+9
2009-08-15timekeeping: Introduce read_boot_clockMartin Schwidefsky1-2/+22
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Martin Schwidefsky1-23/+29
2009-08-15timekeeping: Update clocksource with stop_machineMartin Schwidefsky2-83/+70
2009-08-15timekeeping: Add timekeeper read_clock helper functionsMartin Schwidefsky1-53/+38
2009-08-15timekeeping: Move NTP adjusted clock multiplier to struct timekeeperMartin Schwidefsky1-29/+24
2009-08-15timekeeping: Add xtime_shift and ntp_error_shift to struct timekeeperMartin Schwidefsky1-14/+19
2009-08-15timekeeping: Introduce struct timekeeperMartin Schwidefsky2-81/+160
2009-08-15clocksource: Move watchdog downgrade to a work queue threadMartin Schwidefsky1-17/+39
2009-08-15clocksource: Refactor clocksource watchdogMartin Schwidefsky1-28/+69
2009-08-15clocksource: Simplify clocksource watchdog resume logicMartin Schwidefsky1-8/+15
2009-08-15clocksource: Delay clocksource watchdog highres enablementMartin Schwidefsky1-25/+22
2009-08-15clocksource: Cleanup clocksource selectionMartin Schwidefsky3-86/+58
2009-08-15timekeeping: Move reset of cycle_last for tsc clocksource to tscMartin Schwidefsky1-1/+0
2009-08-15timekeeping: Remove clocksource inline functionsMartin Schwidefsky1-13/+28
2009-08-15timekeeping: Introduce timekeeping_leap_insertJohn Stultz2-5/+9
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner53-606/+1140
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo54-609/+1143
2009-08-14security: introducing security_request_moduleEric Paris1-0/+4
2009-08-13net: skb ftracer - Add actual ftrace code to kernel (v3)Neil Horman3-0/+174
2009-08-13net: skb ftracer - Add config option to enable new ftracer (v3)Neil Horman1-0/+10