summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533 (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-14workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()Tejun Heo1-70/+153
2012-07-12workqueue: separate out worker_pool flagsTejun Heo1-22/+25
2012-07-12workqueue: use @pool instead of @gcwq or @cpu where applicableTejun Heo1-107/+111
2012-07-12workqueue: factor out worker_pool from global_cwqTejun Heo2-100/+118
2012-07-12workqueue: don't use WQ_HIGHPRI for unbound workqueuesTejun Heo1-7/+11
2012-07-12memblock: free allocated memblock_reserved_regions laterYinghai Lu3-46/+47
2012-07-12mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu4-7/+20
2012-07-12mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-07-12xtensa: fix incorrect memsetAlan Cox1-1/+1
2012-07-12shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-12shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-12tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-12drivers/rtc/rtc-twl.c: fix threaded IRQ to use IRQF_ONESHOTKevin Hilman1-1/+1
2012-07-12fat: fix non-atomic NFS i_pos readSteven J. Magnani1-7/+6
2012-07-12MAINTAINERS: add OMAP CPUfreq driver to OMAP Power Management sectionKevin Hilman1-0/+1
2012-07-12sgi-xp: nested calls to spin_lock_irqsave()Dan Carpenter1-2/+2
2012-07-12fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-12drivers/rtc/rtc-mxc.c: fix irq enabled interrupts warningBenoît Thébaudeau1-2/+3
2012-07-12mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-07-12h8300/uaccess: add mising __clear_user()Geert Uytterhoeven1-0/+2
2012-07-12h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven1-1/+0
2012-07-12h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven1-0/+1
2012-07-12h8300/signal: fix typo "statis"Geert Uytterhoeven1-1/+1
2012-07-12h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven1-0/+3
2012-07-12drivers/rtc/rtc-ab8500.c: ensure correct probing of the AB8500 RTC when Devic...Lee Jones1-1/+7
2012-07-12drivers/rtc/rtc-ab8500.c: use IRQF_ONESHOT when requesting a threaded IRQLee Jones1-1/+1
2012-07-12mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-12c/r: prctl: less paranoid prctl_set_mm_exe_file()Konstantin Khlebnikov1-6/+10
2012-07-12ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-12mn10300: use "#elif defined(CONFIG_*)" instead of "#elif CONFIG_*"Geert Uytterhoeven1-2/+2
2012-07-12mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven1-0/+1
2012-07-12mn10300: kernel/traps.c needs <linux/export.h>Geert Uytterhoeven1-0/+1
2012-07-12mn10300: kernel/internal.h needs <linux/irqreturn.h>Geert Uytterhoeven1-0/+2
2012-07-12mn10300: remove duplicate definition of PTRACE_O_TRACESYSGOODGeert Uytterhoeven1-3/+0
2012-07-12mn10300: move setup_jiffies_interrupt() to cevt-mn10300.cGeert Uytterhoeven7-23/+12
2012-07-12drivers/rtc/rtc-spear.c: fix use-after-free in spear_rtc_remove()Devendra Naga1-1/+1
2012-07-12memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu2-3/+6
2012-07-11media: mx2_camera: Fix mbus format handlingJavier Martin1-5/+22
2012-07-11MN10300: Fix a missing semicolonDavid Howells1-1/+1
2012-07-10gpio/gpio-tps65910: gpio_chip.of_node referenced without CONFIG_OF_GPIO definedJerry Snitselaar1-0/+2
2012-07-10ACPI / PM: Leave Bus Master Arbitration enabled for suspend/resumeJonathan Nieder1-22/+0
2012-07-10Revert "of: match by compatible property first"Linus Torvalds1-26/+4
2012-07-10mei: pci_resume: set IRQF_ONESHOT for msi request_threaded_irqTomas Winkler1-1/+1
2012-07-10PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern4-33/+12
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc/numa: Avoid stupid uninitialized warning from gccBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt2-3/+3
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt4-12/+64
2012-07-09gspca_sn9c20x: Fix NULL pointer dereferenceHans de Goede1-5/+8
2012-07-09kmsg: merge continuation records while printingKay Sievers1-42/+78