summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap1-2/+2
2009-07-01Fix iommu address space allocationDavid Woodhouse1-4/+22
2009-07-01Fix pci_unmap_addr() et al on i386.David Woodhouse1-1/+1
2009-07-01elf: fix one check-after-useAmerigo Wang1-2/+2
2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar1-30/+1
2009-07-01cfq-iosched: remove redundant check for NULL cfqq in cfq_set_request()Shan Wei1-4/+0
2009-07-01blocK: Restore barrier support for md and probably other virtual devices.NeilBrown1-5/+5
2009-07-01block: get rid of queue-private command filterJens Axboe7-259/+42
2009-07-01block: Create bip slabs with embedded integrity vectorsMartin K. Petersen5-57/+152
2009-07-01cfq-iosched: get rid of the need for __GFP_NOFAIL in cfq_find_alloc_queue()Jens Axboe1-64/+73
2009-07-01cfq-iosched: move cfqq initialization out of cfq_find_alloc_queue()Jens Axboe1-16/+21
2009-07-01Trivial typo fixes in Documentation/block/data-integrity.txt.Andre Noll1-2/+2
2009-07-01md: use interruptible wait when duration is controlled by userspace.NeilBrown2-8/+21
2009-07-01md/raid5: suspend shouldn't affect read requests.NeilBrown1-1/+2
2009-07-01Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Eric W. Biederman1-5/+2
2009-07-01igb: return PCI_ERS_RESULT_DISCONNECT on permanent errorAlexander Duyck1-0/+3
2009-07-01e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECTMike Mason1-0/+3
2009-07-01e1000: return PCI_ERS_RESULT_DISCONNECT on permanent errorAndre Detsch1-0/+3
2009-07-01e1000: fix unmap bugJesse Brandeburg1-1/+7
2009-07-01igb: fix unmap length bugJesse Brandeburg1-5/+6
2009-07-01ixgbe: fix unmap length bugJesse Brandeburg1-6/+11
2009-07-01ixgbe: Fix link capabilities during adapter resetsMallikarjuna R Chilakala1-1/+2
2009-07-01ixgbe: Fix device capabilities of 82599 single speed fiber NICs.Mallikarjuna R Chilakala1-2/+3
2009-07-01ixgbe: Fix SFP log messagesDon Skidmore1-8/+17
2009-07-01usbnet: Remove private stats structureHerbert Xu1-1/+0
2009-07-01usbnet: Use netdev stats structureHerbert Xu1-15/+15
2009-07-01smsc95xx: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01rndis_host: Use netdev stats structureHerbert Xu1-1/+1
2009-07-01net1080: Use netdev stats structureHerbert Xu1-6/+6
2009-07-01dm9601: Use netdev stats structureHerbert Xu1-5/+5
2009-07-01cdc_eem: Use netdev stats structureHerbert Xu1-1/+1
2009-07-01md: tidy up error paths in md_allocNeilBrown1-20/+18
2009-07-01md: fix error path when duplicate name is found on md device creation.NeilBrown1-0/+2
2009-07-01MN10300: Wire up new syscallsDavid Howells2-1/+5
2009-07-01FRV: Wire up new syscallsDavid Howells2-1/+5
2009-07-01hostfs: set maximum filesize in superblock for proper LFS supportWolfgang Illmeyer1-0/+1
2009-07-01floppy: fix lock imbalanceJiri Slaby1-1/+4
2009-07-01bfin: delay IRQ registration until driver is readyMike Frysinger1-15/+15
2009-07-01atyfb: fix alignment for block writesVille Syrjala3-14/+46
2009-07-01atyfb: fix HP OmniBook 500 reboot hangVille Syrjala2-9/+82
2009-07-01gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NRBaruch Siach1-3/+14
2009-07-01gpio: pl061: fix probe error handling codeBaruch Siach1-1/+2
2009-07-01x86: only clear node_states for 64bitYinghai Lu2-6/+9
2009-07-01cpusets: document adding/removing cpus to cpuset elaboratelyNikanth Karthikesan1-0/+12
2009-07-01mm: prevent balance_dirty_pages() from doing too much workRichard Kennedy1-1/+4
2009-07-01bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux1-2/+4
2009-07-01MAINTAINERS: STARFIRE/DURALAN updateJoe Perches1-2/+2
2009-07-01kernel/resource.c: fix sign extension in reserve_setup()Zhang Rui1-1/+1
2009-07-01spi: bitbang bugfix in message setupDavid Brownell1-10/+14
2009-07-01fbdev: add mutex for fb_mmap lockingKrzysztof Helt16-42/+74