Age | Commit message (Expand) | Author | Files | Lines |
2013-06-07 | kobject: sanitize argument for format string | Kees Cook | 1 | -1/+1 |
2013-06-07 | sysfs_notify is only possible on file attributes | Nick Dyer | 1 | -4/+6 |
2013-06-06 | firmware loader: simplify holding module for request_firmware | Ming Lei | 1 | -6/+7 |
2013-06-06 | firmware loader: don't export cache_firmware and uncache_firmware | Ming Lei | 2 | -15/+2 |
2013-06-06 | drivers/base: Use attribute groups to create sysfs memory files | Nathan Fontenot | 1 | -81/+62 |
2013-06-06 | firmware loader: fix compile warning | Ming Lei | 1 | -0/+4 |
2013-06-04 | firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPER | Ming Lei | 1 | -14/+17 |
2013-06-03 | Documentation: Updated broken link in HOWTO | Ben Minerds | 1 | -1/+1 |
2013-06-03 | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 33 | -75/+22 |
2013-06-03 | driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspend | Ming Lei | 1 | -0/+17 |
2013-06-03 | driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmware | Ming Lei | 1 | -3/+6 |
2013-06-03 | Documentation: Tidy up some drivers/base/core.c kerneldoc content. | Robert P. J. Day | 1 | -7/+7 |
2013-06-03 | platform_device: use a macro instead of platform_driver_register | Libo Chen | 2 | -4/+12 |
2013-06-03 | firmware: move EXPORT_SYMBOL annotations | Daniel Mack | 1 | -6/+5 |
2013-06-03 | firmware: Avoid deadlock of usermodehelper lock at shutdown | Takashi Iwai | 1 | -7/+37 |
2013-06-03 | dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitly | Takashi Iwai | 1 | -0/+1 |
2013-06-03 | debugfs: write_file_bool() - ensure strtobool() operates on valid data | Mathias Krause | 1 | -0/+1 |
2013-06-03 | debugfs: add get/set for atomic types | Seth Jennings | 3 | -21/+44 |
2013-05-27 | Merge 3.10-rc3 into driver-core-next | Greg Kroah-Hartman | 843 | -5741/+9123 |
2013-05-26 | Linux 3.10-rc3v3.10-rc3 | Linus Torvalds | 1 | -1/+1 |
2013-05-26 | ipc/sem.c: Fix missing wakeups in do_smart_update_queue() | Manfred Spraul | 1 | -5/+22 |
2013-05-26 | Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 11 | -41/+78 |
2013-05-26 | Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2013-05-26 | Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 12 | -71/+62 |
2013-05-26 | Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 8 | -21/+47 |
2013-05-25 | Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 3 | -2/+3 |
2013-05-25 | Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -137/+144 |
2013-05-25 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 9 | -173/+211 |
2013-05-25 | score: remove redundant kcore_list entries | Kyle McMartin | 1 | -2/+0 |
2013-05-25 | Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 11 | -70/+41 |
2013-05-25 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 3 | -3/+2 |
2013-05-25 | ARC: lazy dcache flush broke gdb in non-aliasing configs | Vineet Gupta | 2 | -19/+11 |
2013-05-24 | Merge branch 'akpm' (incoming from Andrew Morton) | Linus Torvalds | 40 | -417/+1031 |
2013-05-24 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 50 | -236/+185 |
2013-05-24 | aio: fix kioctx not being freed after cancellation at exit time | Benjamin LaHaise | 1 | -1/+3 |
2013-05-24 | mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas | Cliff Wickman | 1 | -34/+36 |
2013-05-24 | drivers/rtc/rtc-max8998.c: check for pdata presence before dereferencing | Tomasz Figa | 1 | -1/+1 |
2013-05-24 | ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap() | Joseph Qi | 1 | -1/+1 |
2013-05-24 | random: fix accounting race condition with lockless irq entropy_count update | Jiri Kosina | 1 | -8/+16 |
2013-05-24 | drivers/char/random.c: fix priming of last_data | Jarod Wilson | 1 | -15/+15 |
2013-05-24 | mm/memory_hotplug.c: fix printk format warnings | Randy Dunlap | 1 | -3/+6 |
2013-05-24 | nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary | Ryusuke Konishi | 1 | -4/+23 |
2013-05-24 | drivers/block/brd.c: fix brd_lookup_page() race | Brian Behlendorf | 1 | -2/+2 |
2013-05-24 | fbdev: FB_GOLDFISH should depend on HAS_DMA | Geert Uytterhoeven | 1 | -1/+1 |
2013-05-24 | drivers/rtc/rtc-pl031.c: pass correct pointer to free_irq() | Lars-Peter Clausen | 1 | -1/+1 |
2013-05-24 | auditfilter.c: fix kernel-doc warnings | Randy Dunlap | 1 | -3/+0 |
2013-05-24 | aio: fix io_getevents documentation | Jeff Moyer | 1 | -2/+1 |
2013-05-24 | revert "selftest: add simple test for soft-dirty bit" | Andrew Morton | 3 | -125/+0 |
2013-05-24 | drivers/leds/leds-ot200.c: fix error caused by shifted mask | Christian Gmeiner | 1 | -7/+7 |
2013-05-24 | mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer | Aneesh Kumar K.V | 1 | -1/+6 |