summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-15scripts/get_maintainer.pl: add --roles and --rolestatsJoe Perches1-18/+176
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle4-12/+55
2009-12-15cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon7-714/+2
2009-12-15cs5535: define lxfb/gxfb MSRs in linux/cs5535.hAndres Salomon9-20/+20
2009-12-15cs5535: move VSA2 checks into linux/cs5535.hAndres Salomon6-45/+36
2009-12-15cs5535: move the DIVIL MSR definition into linux/cs5535.hAndres Salomon3-3/+3
2009-12-15cs5535: add a generic clock event MFGPT driverAndres Salomon4-0/+209
2009-12-15cs5535: add a generic MFGPT driverAndres Salomon5-40/+462
2009-12-15ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimizationAndres Salomon6-11/+25
2009-12-15cs5535-gpio: request function, mask & names addedTobias Mueller1-5/+78
2009-12-15cs5535-gpio: add AMD CS5535/CS5536 GPIO driver supportAndres Salomon5-27/+352
2009-12-15drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo1-13/+9
2009-12-15drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo1-3/+5
2009-12-15err.h: add helper function to simplify pointer error checkingPhil Carmody1-0/+5
2009-12-15ioc3/ioc4: fix error path on driver registrationJean Delvare2-4/+14
2009-12-15ioc3/ioc4: various section fixesJean Delvare4-19/+20
2009-12-15task_struct: make journal_info conditionalHiroshi Shimamoto10-1/+20
2009-12-15Make DEBUG_BUGVERBOSE default to yAlexey Dobriyan1-1/+1
2009-12-15kernel.h: add printk_ratelimited and pr_<level>_rlJoe Perches1-0/+44
2009-12-15misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo1-2/+0
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten1-4/+4
2009-12-15kallsyms: remove deprecated print_fn_descriptor_symbol()Amerigo Wang2-21/+0
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang2-5/+14
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang1-9/+1
2009-12-15kernel.h: remove initialization of bool in printk_onceJoe Perches1-3/+3
2009-12-15init/main.c: fix symbol shadows noiseH Hartley Sweeten1-9/+9
2009-12-15drivers/misc: add driver for Texas Instruments DAC7512Daniel Mack3-0/+112
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15ad525x_dpot: new driver for AD525x digital potentiometersMichael Hennerich4-0/+738
2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches2-10/+8
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros1-4/+4
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan4-54/+70
2009-12-15floppy: Add an extra bound check on ioctl argumentsArjan van de Ven1-0/+3
2009-12-15drivers/cpuidle: Move dereference after NULL testJulia Lawall1-3/+0
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan76-76/+76
2009-12-15alpha: convert srm code to seq_fileAlexey Dobriyan1-32/+33
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz3-0/+86
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang5-4/+60
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi3-3/+67
2009-12-15mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi1-1/+15
2009-12-15mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi1-0/+37
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman1-0/+3
2009-12-15mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn1-22/+19
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn2-14/+2
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman1-1/+8
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15include/linux/mm.h: remove unneeded ifdefHuang Shijie1-4/+1
2009-12-15mm: uncached vma support with writenotifyMagnus Damm1-1/+13
2009-12-15vmscan: simplify codeHuang Shijie1-4/+2