summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: reimplement WQ_HIGHPRI using a separate worker_poolTejun Heo2012-07-132-138/+65
* workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo2012-07-131-70/+153
* workqueue: separate out worker_pool flagsTejun Heo2012-07-121-22/+25
* workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo2012-07-121-107/+111
* workqueue: factor out worker_pool from global_cwqTejun Heo2012-07-122-100/+118
* workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo2012-07-121-7/+11
* Merge tag 'fbdev-fixes-for-3.5-2' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-07-117-22/+33
|\
| * OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=nTomi Valkeinen2012-07-086-6/+6
| * OMAPDSS: Use PM notifiers for system suspendTomi Valkeinen2012-07-081-16/+27
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-1138-247/+197
|\ \
| * | memblock: free allocated memblock_reserved_regions laterYinghai Lu2012-07-113-46/+47
| * | mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-114-7/+20
| * | mm: sparse: fix section usemap placement calculationYinghai Lu2012-07-111-1/+1
| * | xtensa: fix incorrect memsetAlan Cox2012-07-111-1/+1
| * | shmem: cleanup shmem_add_to_page_cacheHugh Dickins2012-07-111-30/+28
| * | shmem: fix negative rss in memcg memory.statHugh Dickins2012-07-111-12/+29
| * | tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins2012-07-111-93/+1
| * | drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman2012-07-111-1/+1
| * | fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-111-7/+6
| * | MAINTAINERS: add OMAP CPUfreq driver to OMAP Power Management sectionKevin Hilman2012-07-111-0/+1
| * | sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter2012-07-111-2/+2
| * | fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-111-0/+1
| * | drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau2012-07-111-2/+3
| * | mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang2012-07-111-1/+1
| * | h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-111-0/+2
| * | h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-111-1/+0
| * | h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-111-0/+1
| * | h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-111-1/+1
| * | h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-111-0/+3
| * | drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones2012-07-111-1/+7
| * | drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones2012-07-111-1/+1
| * | mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes2012-07-111-1/+4
| * | c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov2012-07-111-6/+10
| * | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-111-1/+1
| * | mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven2012-07-111-2/+2
| * | mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
| * | mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
| * | mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven2012-07-111-0/+2
| * | mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven2012-07-111-3/+0
| * | mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven2012-07-117-23/+12
| * | drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga2012-07-111-1/+1
| * | memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2012-07-112-3/+6
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2012-07-111-2/+7
|\ \ \
| * | | arch/tile: big-endian: properly bswap instruction bundles when backtracingChris Metcalf2012-06-181-2/+7
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-07-117-17/+25
|\ \ \ \
| * | | | [SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai2012-07-083-7/+7
| * | | | [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-083-9/+11
| * | | | [SCSI] Fix NULL dereferences in scsi_cmd_to_driverMark Rustad2012-07-081-1/+7
| | |/ / | |/| |
* | | | media: mx2_camera: Fix mbus format handlingJavier Martin2012-07-111-5/+22
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-119-19/+47
|\ \ \ \
OpenPOWER on IntegriCloud