summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-152-6/+48
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-2654-609/+1143
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | * | | | | | | | | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-211-0/+14
| | * | | | | | | | | generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha2009-08-211-6/+34
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-0245-548/+1057
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-5/+1
| | * | | | | | | | | x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula2009-07-211-1/+6
| * | | | | | | | | | Merge branch 'for-linus3' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2009-09-141-1/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | CRED: Allow put_cred() to cope with a NULL groups listDavid Howells2009-09-151-1/+2
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-145-107/+359
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM: Trivial fixesWu Fengguang2009-09-141-2/+2
| | * | | | | | | | | | PM / Hibernate / Memory hotplug: Always use for_each_populated_zone()Gerald Schaefer2009-09-141-6/+6
| | * | | | | | | | | | PM/Hibernate: Do not try to allocate too much memory too hard (rev. 2)Rafael J. Wysocki2009-09-141-4/+39
| | * | | | | | | | | | PM/Hibernate: Do not release preallocated memory unnecessarily (rev. 2)Rafael J. Wysocki2009-09-143-72/+147
| | * | | | | | | | | | PM/Hibernate: Rework shrinking of memoryRafael J. Wysocki2009-09-141-47/+158
| | * | | | | | | | | | PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo2009-09-141-3/+3
| | * | | | | | | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-09-1471-5162/+6001
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-108-46/+43
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | PM: Introduce core framework for run-time PM of I/O devices (rev. 17)Rafael J. Wysocki2009-08-232-0/+31
| * | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2009-09-141-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not setSteven Rostedt2009-08-181-1/+1
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-141-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | block: add blk-iopoll, a NAPI like approach for block devicesJens Axboe2009-09-111-1/+9
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | cleanup console_print()Anirban Sinha2009-09-141-6/+0
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-142-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | pktgen: spin using hrtimerStephen Hemminger2009-08-281-0/+2
| | * | | | | | | | | | net: Temporarily backout SKB sources tracer.David S. Miller2009-08-264-185/+0
| | * | | | | | | | | | trace_skb: fix build when CONFIG_NET is not enabledRandy Dunlap2009-08-171-0/+1
| | * | | | | | | | | | net: skb ftracer - Add actual ftrace code to kernel (v3)Neil Horman2009-08-133-0/+174
| | * | | | | | | | | | net: skb ftracer - Add config option to enable new ftracer (v3)Neil Horman2009-08-131-0/+10
| | * | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-1251-403/+746
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | genetlink: make netns awareJohannes Berg2009-07-121-5/+5
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1128-1097/+2434
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-119-485/+826
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | sched: Fix sched::sched_stat_wait tracepoint fieldIngo Molnar2009-09-101-2/+1
| | * | | | | | | | | | | | sched: Disable NEW_FAIR_SLEEPERS for nowIngo Molnar2009-09-101-1/+1
| | * | | | | | | | | | | | sched: Keep kthreads at default priorityMike Galbraith2009-09-092-6/+0
| | * | | | | | | | | | | | sched: Re-tune the scheduler latency defaults to decrease worst-case latenciesMike Galbraith2009-09-091-6/+6
| | * | | | | | | | | | | | sched: Turn off child_runs_firstMike Galbraith2009-09-092-10/+10
| | * | | | | | | | | | | | sched: Ensure that a child can't gain time over it's parent after fork()Mike Galbraith2009-09-081-3/+5
| | * | | | | | | | | | | | sched: Deal with low-load in wake_affine()Peter Zijlstra2009-09-071-1/+11
| | * | | | | | | | | | | | sched: Remove short cut from select_task_rq_fair()Peter Zijlstra2009-09-071-2/+0
| | * | | | | | | | | | | | sched: Fix dynamic power-balancing crashIngo Molnar2009-09-041-2/+5
| | * | | | | | | | | | | | sched: Remove reciprocal for cpu_powerPeter Zijlstra2009-09-041-67/+34
| | * | | | | | | | | | | | sched: Try to deal with low capacity, fix update_sd_power_savings_stats()Gautham R Shenoy2009-09-041-1/+1
| | * | | | | | | | | | | | sched: Try to deal with low capacityPeter Zijlstra2009-09-041-5/+28
| | * | | | | | | | | | | | sched: Scale down cpu_power due to RT tasksPeter Zijlstra2009-09-043-7/+71
| | * | | | | | | | | | | | sched: Implement dynamic cpu_powerPeter Zijlstra2009-09-041-3/+35
| | * | | | | | | | | | | | sched: Add smt_gainPeter Zijlstra2009-09-041-1/+7
OpenPOWER on IntegriCloud