aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: add warning for uses of printk_ratelimitJoe Perches2011-06-151-0/+5
* kmsg_dump.h: fix build when CONFIG_PRINTK is disabledRandy Dunlap2011-06-151-0/+1
* memcg: add documentation for the memory.numastat APIYing Han2011-06-151-0/+19
* vmscan: implement swap token priority agingKOSAKI Motohiro2011-06-152-8/+23
* vmscan: implement swap token traceKOSAKI Motohiro2011-06-152-1/+87
* vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro2011-06-155-36/+85
* drivers/video/backlight/adp8870_bl.c: add missed props.type conversionAndrew Morton2011-06-151-0/+1
* backlight: new driver for the ADP8870 backlight devicesMichael Hennerich2011-06-155-0/+1233
* fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUPMichal Hocko2011-06-151-1/+1
* lib/bitmap.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
* mm/memory.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
* mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli2011-06-151-4/+1
* signal.c: fix kernel-doc notationRandy Dunlap2011-06-141-1/+1
* x86 idle: APM requires pm_idle/default_idle unconditionally when a moduleAndy Whitcroft2011-06-141-2/+2
* Merge branch 'for-linus-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-146-40/+74
|\
| * m68k: use kernel processor defines for conditional optimizationsGreg Ungerer2011-06-144-23/+19
| * m68knommu: create config options for CPU classesGreg Ungerer2011-06-141-7/+45
| * m68knommu: fix linker script exported name sectionsGreg Ungerer2011-06-141-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-06-141-1/+1
|\ \
| * | TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds2011-06-1419-5/+30
|\ \
| * | avr32, exec: remove redundant set_fs(USER_DS)Mathias Krause2011-06-141-1/+0
| * | avr32: make intc_resume() return void to conform to syscore_opsHans-Christian Egtvedt2011-06-141-3/+1
| * | avr32: add some more at91 to cpu.h definitionNicolas Ferre2011-06-141-0/+12
| * | avr32: set CONFIG_CC_OPTIMIZE_FOR_SIZE=y for all defconfigsHans-Christian Egtvedt2011-06-1415-0/+15
| * | avr32/at32ap: fix mapping of platform device id for USARTHans-Christian Egtvedt2011-06-141-0/+1
| * | avr32: fix use of non-existing portnr variable in at32_map_usart()Hans-Christian Egtvedt2011-06-141-1/+1
| |/
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-1416-50/+59
|\ \
| * | drm: Compare only lower 32 bits of framebuffer map offsetsTormod Volden2011-06-141-5/+9
| * | drm/i915: Don't leak in i915_gem_shmem_pread_slow()Jesper Juhl2011-06-141-2/+4
| * | drm/radeon/kms: do bounds checking for 3D_LOAD_VBPNTR and bump array limitMarek Olšák2011-06-141-1/+7
| * | drm/radeon/kms: fix mac g5 quirkAlex Deucher2011-06-141-3/+2
| * | x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie2011-06-142-6/+6
| * | alpha, drm: Remove obsolete Alpha support in MGA DRM codeJay Estabrook2011-06-141-19/+0
| * | alpha/drm: Cleanup Alpha support in DRM generic codeJay Estabrook2011-06-142-4/+1
| * | savage: remove unnecessary if statementGreg Dietsche2011-06-141-3/+0
| * | drm/radeon: fix GUI idle IH debug statementsIlija Hadzic2011-06-092-2/+2
| * | drm/radeon/kms: check modes against max pixel clockAlex Deucher2011-06-095-4/+27
| * | drm: fix fbs in DRM_IOCTL_MODE_GETRESOURCES ioctlSascha Hauer2011-06-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-06-145-42/+73
|\ \ \
| * | | [CIFS] update cifs version to 1.73Steve French2011-06-141-1/+1
| * | | [CIFS] trivial cleanup fscache cFYI and cERROR messagesSteve French2011-06-142-30/+27
| * | | cifs: correctly handle NULL tcon pointer in CIFSTConJeff Layton2011-06-131-1/+5
| * | | cifs: show sec= option in /proc/mountsJeff Layton2011-06-131-0/+33
| * | | cifs: don't allow cifs_reconnect to exit with NULL socket pointerJeff Layton2011-06-131-3/+3
| * | | CIFS: Fix sparse errorPavel Shilovsky2011-06-131-7/+4
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-06-148-49/+152
|\ \ \ \
| * | | | md/raid5: remove unusual use of bio_iovec_idx()Namhyung Kim2011-06-141-3/+3
| * | | | md/raid5: fix FUA request handling in ops_run_io()Namhyung Kim2011-06-141-3/+3
| * | | | md/raid5: fix raid5_set_bi_hw_segmentsNamhyung Kim2011-06-141-1/+1