summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | davinci: make PCM platform devices staticSekhar Nori2011-06-082-2/+2
| | * | | | | | | | | arm: davinci: Fix fallout from generic irq chip conversionThomas Gleixner2011-06-081-3/+4
| * | | | | | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesRussell King2011-06-102-2/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: mx51/sdma: Check the chip revision in run-timeFabio Estevam2011-06-061-2/+4
| | * | | | | | | | | | arm: mxs: include asm/processor.h for cpu_relax()Wolfram Sang2011-06-061-0/+2
| * | | | | | | | | | | ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King2011-06-091-1/+1
| * | | | | | | | | | | ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang2011-06-091-1/+1
| * | | | | | | | | | | ARM: 6954/1: zImage: fix Thumb2 breakageNicolas Pitre2011-06-091-3/+3
| * | | | | | | | | | | ARM: 6953/1: DT: don't try to access physical address zeroNicolas Pitre2011-06-091-0/+3
| * | | | | | | | | | | ARM: 6949/2: mach-u300: fix compilaton warning in IO accessorsLinus Walleij2011-06-092-13/+11
| * | | | | | | | | | | Revert "ARM: 6944/1: mm: allow ASID 0 to be allocated to tasks"Russell King2011-06-091-3/+3
| * | | | | | | | | | | Revert "ARM: 6943/1: mm: use TTBR1 instead of reserved context ID"Russell King2011-06-092-10/+11
| * | | | | | | | | | | ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij2011-06-061-2/+10
| * | | | | | | | | | | ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2011-06-062-1/+7
| * | | | | | | | | | | ARM: 6951/1: include .bss in memory layout informationRabin Vincent2011-06-061-2/+4
| * | | | | | | | | | | ARM: 6948/1: Fix .size directives for __arm{7,9}tdmi_proc_infoBen Hutchings2011-06-062-2/+2
| * | | | | | | | | | | ARM: 6947/2: mach-u300: fix compilation error in timerLinus Walleij2011-06-061-2/+1
| * | | | | | | | | | | ARM: 6946/1: vexpress: move v2m clock init to init_earlyRob Herring2011-06-061-8/+7
* | | | | | | | | | | | Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_...Linus Torvalds2011-06-151-1/+1
* | | | | | | | | | | | Documentation: fix cgroup typos and formattingJörg Sommer2011-06-153-13/+13
* | | | | | | | | | | | Documentation: update cgroupfs mount pointJörg Sommer2011-06-1511-94/+109
* | | | | | | | | | | | Documentation: update kmemleak supported archsMaxin B. John2011-06-151-1/+3
* | | | | | | | | | | | Documentation: update printk-formats.txtAndrew Murray2011-06-151-2/+117
* | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-06-151-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: Check if lowest_mask is initialized in find_lowest_rq()Steven Rostedt2011-06-151-0/+4
| * | | | | | | | | | | | sched: Fix need_resched() when checking peemptHillf Danton2011-06-151-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | alpha: fix several security issuesDan Rosenberg2011-06-151-4/+7
* | | | | | | | | | | | drivers/misc/apds990x.c: apds990x_chip_on() should depend on CONFIG_PM || CON...Geert Uytterhoeven2011-06-151-0/+2
* | | | | | | | | | | | ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins2011-06-151-0/+6
* | | | | | | | | | | | rtc: fix build warnings in defconfigsWanlong Gao2011-06-1511-11/+11
* | | | | | | | | | | | drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein2011-06-151-1/+3
* | | | | | | | | | | | drivers/char/hpet.c: fix periodic-emulation for delayed interruptsNils Carlson2011-06-151-2/+23
* | | | | | | | | | | | Documentation/feature-removal-schedule.txt: remove ns_cgroup from feature-rem...akpm@linux-foundation.org2011-06-151-17/+0
* | | | | | | | | | | | mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman2011-06-151-5/+24
* | | | | | | | | | | | mm: vmscan: do not use page_count without a page pinAndrea Arcangeli2011-06-151-2/+14
* | | | | | | | | | | | mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman2011-06-151-1/+12
* | | | | | | | | | | | compaction: checks correct fragmentation indexShaohua Li2011-06-151-2/+4
* | | | | | | | | | | | mm/memory-failure.c: fix page isolated count mismatchMinchan Kim2011-06-151-1/+3
* | | | | | | | | | | | gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett2011-06-152-2/+2
* | | | | | | | | | | | MAINTAINERS: add entry for legacy eeprom driverJean Delvare2011-06-151-0/+6
* | | | | | | | | | | | memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki2011-06-151-1/+7
* | | | | | | | | | | | memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki2011-06-151-16/+38
* | | | | | | | | | | | memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki2011-06-151-1/+1
* | | | | | | | | | | | memcg: clear mm->owner when last possible owner leavesKAMEZAWA Hiroyuki2011-06-151-16/+15
* | | | | | | | | | | | memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki2011-06-151-18/+53
* | | | | | | | | | | | mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki2011-06-151-0/+1
* | | | | | | | | | | | leds: fix the incorrect display in menuconfigEric Miao2011-06-151-3/+2
* | | | | | | | | | | | mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini2011-06-151-0/+8
* | | | | | | | | | | | mm/memory_hotplug.c: fix building of node hotplug zonelistKAMEZAWA Hiroyuki2011-06-151-0/+6
* | | | | | | | | | | | init/calibrate.c: remove annoying printkBorislav Petkov2011-06-151-3/+0
OpenPOWER on IntegriCloud