summaryrefslogtreecommitdiffstats
path: root/fs/sysfs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-26linux/const.h: Add _BITUL() and _BITULL()H. Peter Anvin1-0/+3
2013-06-19x86/vdso: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-05-31x86: __force_order doesn't need to be an actual variableJan Beulich1-1/+1
2013-05-30MN10300: Need pci_iomap() and __pci_ioport_map() definingDavid Howells1-0/+2
2013-05-30MN10300: ASB2305's PCI code needs the definition of XIRQ1David Howells1-0/+1
2013-05-30MN10300: Enable IRQs more in system call exit work pathDavid Howells1-13/+5
2013-05-30MN10300: Fix ret_from_kernel_threadDavid Howells1-0/+1
2013-05-29ARM: exynos: defconfig updateOlof Johansson1-8/+46
2013-05-28ring-buffer: Do not poll non allocated cpu buffersSteven Rostedt (Red Hat)1-0/+3
2013-05-28m68k: Update defconfigs for v3.9Geert Uytterhoeven12-698/+1982
2013-05-28qxl: fix Kconfig deps - select FB_DEFERRED_IOAndrew Jones1-0/+1
2013-05-28crypto: sha256_ssse3 - fix stack corruption with SSSE3 and AVX implementationsJussi Kivilinna2-2/+2
2013-05-27pinctrl: pinconf: take the right mutexLinus Walleij1-2/+2
2013-05-27pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe()Wei Yongjun1-1/+3
2013-05-27pinctrl: exynos: Handle suspend/resume of GPIO EINT registersTomasz Figa2-3/+114
2013-05-27pinctrl: samsung: Allow per-bank SoC-specific private dataTomasz Figa1-0/+1
2013-05-27pinctrl: samsung: Add support for SoC-specific suspend/resume callbacksTomasz Figa2-0/+9
2013-05-27pinctrl: Don't override the error code in probe error handlingAxel Lin3-4/+5
2013-05-27ARM: EXYNOS: Fix EINT wake-up mask configuration when pinctrl is usedTomasz Figa1-1/+13
2013-05-27pinctrl: exynos: Add support for set_irq_wake of wake-up EINTsTomasz Figa1-0/+23
2013-05-27pinctrl: samsung: fix suspend/resume functionalityDoug Anderson2-0/+153
2013-05-27microblaze: Reversed logic in futex cmpxchgMeyer, Kirk1-1/+1
2013-05-27Linux 3.10-rc3v3.10-rc3Linus Torvalds1-1/+1
2013-05-27ipc/sem.c: Fix missing wakeups in do_smart_update_queue()Manfred Spraul1-5/+22
2013-05-25score: remove redundant kcore_list entriesKyle McMartin1-2/+0
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2-19/+11
2013-05-25aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise1-1/+3
2013-05-25mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman1-34/+36
2013-05-25drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencingTomasz Figa1-1/+1
2013-05-25ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()Joseph Qi1-1/+1
2013-05-25random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2013-05-25drivers/char/random.c: fix priming of last_dataJarod Wilson1-15/+15
2013-05-25mm/memory_hotplug.c: fix printk format warningsRandy Dunlap1-3/+6
2013-05-25nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundaryRyusuke Konishi1-4/+23
2013-05-25drivers/block/brd.c: fix brd_lookup_page() raceBrian Behlendorf1-2/+2
2013-05-25fbdev: FB_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-05-25drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-25auditfilter.c: fix kernel-doc warningsRandy Dunlap1-3/+0
2013-05-25aio: fix io_getevents documentationJeff Moyer1-2/+1
2013-05-25revert "selftest: add simple test for soft-dirty bit"Andrew Morton3-125/+0
2013-05-25drivers/leds/leds-ot200.c: fix error caused by shifted maskChristian Gmeiner1-7/+7
2013-05-25mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V1-1/+6
2013-05-25linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-25mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin1-1/+1
2013-05-25rapidio/tsi721: fix bug in MSI interrupt handlingAlexandre Bounine1-0/+12
2013-05-25hfs: avoid crash in hfs_bnode_createJeff Mahoney1-1/+5
2013-05-25mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner1-2/+12
2013-05-25drivers/video: implement a simple framebuffer driverStephen Warren4-0/+277
2013-05-25ocfs2: unlock rw lock if inode lock failedJoseph Qi1-1/+1
2013-05-25mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong1-40/+39