aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/stable_kernel_rules.txt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23jbd2: don't use __GFP_NOFAIL in journal_init_common()Andrew Morton1-1/+1
2009-12-23ext4: flush delalloc blocks when space is lowEric Sandeen1-2/+9
2009-12-23fs-writeback: Add helper function to start writeback if idleEric Sandeen2-0/+18
2009-12-23ext4: Eliminate potential double free on error pathJulia Lawall1-0/+2
2009-12-23ext4: fix unsigned long long printk warning in super.cAndrew Morton1-2/+2
2009-12-23ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o4-10/+41
2009-12-14ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande1-1/+7
2009-12-21ext4: add module aliases for ext2 and ext3Theodore Ts'o1-0/+2
2009-12-21ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configuredDavid Howells1-0/+1
2009-12-14ext4: remove unused #include <linux/version.h>Huang Weiyi2-2/+0
2009-12-24Linux 2.6.33-rc2Linus Torvalds1-1/+1
2009-12-24VIDEO: cyberpro: pci_request_regions needs a persistent nameRussell King1-6/+6
2009-12-24ARM: dma-isa: request cascade channel after registering itRussell King1-2/+2
2009-12-24ARM: footbridge: trim down old ISA rtc setupRussell King6-174/+73
2009-12-24ARM: fix PAGE_KERNELRussell King1-2/+1
2009-12-24edac, pci: remove pesky debug printkBorislav Petkov1-2/+0
2009-12-24amd64_edac: restrict PCI config space accessBorislav Petkov1-1/+1
2009-12-24amd64_edac: fix forcing module load/unloadBorislav Petkov1-2/+1
2009-12-24amd64_edac: make driver loading more robustBorislav Petkov1-7/+16
2009-12-24amd64_edac: fix driver instance freeingBorislav Petkov1-5/+4
2009-12-24amd64_edac: fix K8 chip select reportingBorislav Petkov1-2/+6
2009-12-24classmate-laptop: add support for Classmate PC ACPI devicesThadeu Lima de Souza Cascardo4-0/+628
2009-12-24sh: Ensure all PG_dcache_dirty pages are written back.Markus Pietrek1-6/+2
2009-12-24sh: mach-ecovec24: setup.c detailed correctionKuninori Morimoto1-2/+2
2009-12-24hp-wmi: Fix two memleaksThomas Renninger1-1/+8
2009-12-24serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx.Paul Mundt2-61/+61
2009-12-24serial: sh-sci: earlyprintk zero uartclk fixMagnus Damm1-3/+13
2009-12-24acer-wmi, msi-wmi: Remove needless DMI MODULE_ALIASThomas Renninger2-13/+0
2009-12-24dell-wmi: do not keep driver loaded on unsupported boxesDmitry Torokhov1-22/+19
2009-12-24wmi: Free the allocated acpi objects through wmi_get_event_dataAnisse Astier3-2/+5
2009-12-24drivers/platform/x86/acerhdf.c: check BIOS information whether it begins with string of tablePeter Feuerer1-18/+28
2009-12-24acerhdf: add new BIOS versionsPeter Feuerer1-2/+15
2009-12-24acerhdf: limit modalias matching to supportedStefan Bader1-3/+4
2009-12-24toshiba_acpi: convert to seq_fileAlexey Dobriyan1-112/+147
2009-12-24asus_acpi: convert to seq_fileAlexey Dobriyan1-127/+194
2009-12-24ACPI: do not select ACPI_DOCK from ATA_ACPICarlos R. Mafra1-1/+0
2009-12-23sony-laptop: enumerate rfkill devices using SN06Mattia Dongili1-19/+57
2009-12-23sony-laptop: rfkill support for newer modelsMattia Dongili1-8/+14
2009-12-23ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.cTao Ma1-1/+1
2009-12-23ocfs2/trivial: Use proper mask for 2 places in hearbeat.cTao Ma1-2/+4
2009-12-23Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.Tristan Ye2-4/+21
2009-12-24i2c-omap: OMAP3: Fix I2C lockup during timeout/error casesManjunatha GK1-0/+5
2009-12-24i2c-omap: Don't write IE state in unidle if 0Cory Maccarrone1-1/+7
2009-12-24i2c-bfin-twi: fix CLKDIV calculationSonic Zhang1-3/+3
2009-12-23Revert "x86, ucode-amd: Ensure ucode update on suspend/resume after CPU off/online cycle"Linus Torvalds1-1/+1
2009-12-23ACPI: fix OSC regression that caused aer and pciehp not to loadShaohua Li1-8/+18
2009-12-23SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen1-4/+7
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-23ARM: Fix wrong shared bit for CPU write buffer bug testRussell King1-3/+2
2009-12-23[WATCHDOG] use resource_size()H Hartley Sweeten9-17/+14