summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | percpu: fix too lazy vunmap cache flushingTejun Heo2009-06-221-6/+5
| * | | x86: Set cpu_llc_id on AMD CPUsAndreas Herrmann2009-06-211-1/+3
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-285-9/+23
|\ \ \ \
| * | | | timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2009-06-244-8/+19
| * | | | timers: Fix timer_migration interface which accepts any number as inputArun R Bharadwaj2009-06-231-1/+4
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-2810-75/+89
|\ \ \ \ \
| * | | | | ftrace: Fix the output of profileLi Zefan2009-06-261-1/+3
| * | | | | ring-buffer: Make it generally availablePaul Mundt2009-06-253-0/+19
| * | | | | ftrace: Remove duplicate newlineLi Zefan2009-06-251-2/+1
| * | | | | tracing: Fix trace_buf_size boot optionLi Zefan2009-06-242-4/+4
| * | | | | ftrace: Fix t_hash_start()Li Zefan2009-06-241-1/+11
| * | | | | ftrace: Don't manipulate @pos in t_start()Li Zefan2009-06-241-11/+8
| * | | | | ftrace: Don't increment @pos in g_start()Li Zefan2009-06-241-11/+10
| * | | | | tracing: Reset iterator in t_start()Li Zefan2009-06-241-14/+4
| * | | | | trace_stat: Don't increment @pos in seq start()Li Zefan2009-06-241-5/+1
| * | | | | tracing_bprintk: Don't increment @pos in t_start()Li Zefan2009-06-241-20/+6
| * | | | | tracing/events: Don't increment @pos in s_start()Li Zefan2009-06-241-6/+22
* | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-06-2811-65/+733
|\ \ \ \ \ \
| * | | | | | leds: Futher document blink_setRichard Purdie2009-06-231-1/+2
| * | | | | | leds: Add options to have GPIO LEDs start on or keep their stateTrent Piepho2009-06-233-6/+40
| * | | | | | leds: LED driver for National Semiconductor LP3944 Funlight ChipAntonio Ospite2009-06-235-0/+581
| * | | | | | leds: pca9532 - Indent using tabs, not spaces.Antonio Ospite2009-06-231-29/+29
| * | | | | | leds: Remove an orphan Kconfig entryRichard Purdie2009-06-231-10/+0
| * | | | | | leds: Further document parameters for blink_set()Mark Brown2009-06-231-1/+3
| * | | | | | leds: alix-leds2 fixed for Award BIOSTobias Mueller2009-06-232-1/+7
| * | | | | | leds: leds-gpio - fix a section mismatchZhenwen Xu2009-06-231-1/+1
| * | | | | | leds: add the sysfs interface into the leds-bd2802 driver for changing wave p...Kim Kyuwon2009-06-231-13/+73
| * | | | | | leds: change the license informationKim Kyuwon2009-06-231-1/+1
| * | | | | | leds: fix led-bd2802 errors while resumingKim Kyuwon2009-06-231-7/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-06-262-11/+16
|\ \ \ \ \ \
| * | | | | | amd64_edac: misc small cleanupsBorislav Petkov2009-06-262-7/+8
| * | | | | | amd64_edac: fix ecc_enable_override handlingBorislav Petkov2009-06-261-1/+6
| * | | | | | amd64_edac: check only ECC bit in amd64_determine_edac_capBorislav Petkov2009-06-261-3/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-2646-1531/+1691
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'kumar/next' into mergeBenjamin Herrenschmidt2009-06-2616-1180/+1157
| |\ \ \ \ \ \
| | * | | | | | powerpc/85xx: Make eSDHC 1-bit only transfer mode default for MPC8569E-MDSAnton Vorontsov2009-06-231-0/+1
| | * | | | | | powerpc/85xx: remove duplicated #includeHuang Weiyi2009-06-231-1/+0
| | * | | | | | powerpc: Refactor device tree bindingKumar Gala2009-06-239-1166/+1142
| | * | | | | | powerpc/85xx: Fix issue found by lockdep trace in smp_85xx_kick_cpuKumar Gala2009-06-231-5/+4
| | * | | | | | powerpc/85xx: Fix FSL RapidIO probing on MDS boardsRandy Vinson2009-06-231-0/+1
| | * | | | | | powerpc/85xx: Stop using ppc_md.init on socratesKumar Gala2009-06-231-3/+3
| | * | | | | | powerpc/cpm1: Remove IMAP_ADDRKumar Gala2009-06-231-2/+0
| | * | | | | | powerpc/qe: add polling timeout to qe_issue_cmd()Timur Tabi2009-06-231-3/+6
| * | | | | | | powerpc/rtas: Fix watchdog driver temperature read functionalityAdrian Reber2009-06-261-5/+3
| * | | | | | | powerpc/mm: Fix potential access to freed pages when using hugetlbfsBenjamin Herrenschmidt2009-06-261-1/+2
| * | | | | | | powerpc/440: Fix warning early debug codeBenjamin Herrenschmidt2009-06-261-1/+1
| * | | | | | | powerpc/of: Fix usage of dev_set_name() in of_device_alloc()Benjamin Herrenschmidt2009-06-261-1/+1
| * | | | | | | powerpc/pasemi: Use raw spinlock in SMP TB syncBenjamin Herrenschmidt2009-06-261-5/+10
| * | | | | | | powerpc: Use one common impl. of RTAS timebase sync and use raw spinlockBenjamin Herrenschmidt2009-06-265-87/+40
| * | | | | | | powerpc/rtas: Turn rtas lock into a raw spinlockBenjamin Herrenschmidt2009-06-262-10/+30
OpenPOWER on IntegriCloud