aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Kconfig.locks (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-30avr32: fix build error in ATSTK1002 codeFengguang Wu1-1/+1
2012-07-30clk: validate pointer in __clk_disable()Fengguang Wu1-0/+3
2012-07-30arch/arm/mach-netx/fb.c: reuse dummy clk routines for CONFIG_HAVE_CLK=nViresh Kumar1-23/+0
2012-07-30usb/host/r8a66597: remove conditional compilation of clk codeViresh Kumar2-17/+0
2012-07-30gadget/r8a66597: remove conditional compilation of clk codeViresh Kumar2-13/+3
2012-07-30gadget/m66592: remove conditional compilation of clk codeViresh Kumar2-13/+1
2012-07-30net/stmmac: remove conditional compilation of clk codeViresh Kumar2-58/+17
2012-07-30net/c_can: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-30ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar1-13/+1
2012-07-30usb/musb: remove conditional compilation of clk codeViresh Kumar1-8/+0
2012-07-30usb/marvell: remove conditional compilation of clk codeViresh Kumar1-9/+0
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar1-7/+0
2012-07-30clk: remove redundant depends on from drivers/KconfigViresh Kumar1-1/+0
2012-07-30clk: add non CONFIG_HAVE_CLK routinesViresh Kumar1-59/+109
2012-07-30avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-8/+25
2012-07-30alpha: remove mysterious if zero-ed out includesPaul Bolle1-12/+0
2012-07-30xtensa/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-5/+24
2012-07-30coredump: warn about unsafe suid_dumpable / core_pattern comboKees Cook3-7/+45
2012-07-30fs: make dumpable=2 require fully qualified pathKees Cook2-9/+26
2012-07-30fs/xattr.c:getxattr(): improve handling of allocation failuresSasha Levin1-4/+12
2012-07-30ntfs: remove references to long gone super operations and unimplemented methodsFernando Luis Vazquez Cao1-17/+0
2012-07-30prctl: remove redunant assignment of "error" to zeroSasikantha babu1-11/+2
2012-07-30pcdp: use early_ioremap/early_iounmap to access pcdp tableGreg Pearson1-2/+2
2012-07-30mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()Joonsoo Kim1-3/+3
2012-07-27tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-07-27Revert "openvswitch: potential NULL deref in sample()"Jesse Gross1-3/+0
2012-07-27ipv4: fix TCP early demuxEric Dumazet3-8/+8
2012-07-27net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-07-27USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-07-27tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-07-27powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt1-6/+5
2012-07-27radeonfb: Add quirk for the graphics adapter in some JSxxTony Breeds1-0/+35
2012-07-27powerpc: Lack of firmware flash support is not an errorAnton Blanchard1-1/+1
2012-07-27powerpc: Enable pseries hardware RNG and crypto modulesAnton Blanchard2-4/+8
2012-07-27powerpc: Update g5_defconfigBenjamin Herrenschmidt1-73/+30
2012-07-27powerpc/kvm/bookehv: Fix build regressionAlexander Graf1-38/+39
2012-07-27powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder1-2/+10
2012-07-26Btrfs: using vmalloc and friends needs vmalloc.hStephen Rothwell1-0/+1
2012-07-27leds-lp8788: forgotten unlock at lp8788_led_workDevendra Naga1-0/+1
2012-07-27LEDS: propagate error codes in blinkm_detect()Dan Carpenter1-2/+2
2012-07-27LEDS: memory leak in blinkm_led_common_set()Dan Carpenter1-2/+5
2012-07-27cpumask: cpulist_parse() comments correctionAlex Shi1-2/+1
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie2-1/+3
2012-07-27cpumask: add a few comments of cpumask functionsAlex Shi1-0/+12
2012-07-26sparc32, copy_thread: Clear TIF_USEDFPU flag of created task instead of currentTkhai Kirill1-3/+1
2012-07-26sparc32: delete dead code in show_mem()Sam Ravnborg1-7/+0
2012-07-26sparc32: move kmap_init() to highmem.cSam Ravnborg3-14/+17
2012-07-26sparc32: move probe_memory() to srmmu.cSam Ravnborg2-13/+11
2012-07-26sparc32: drop unused BAD_PAGE stuffSam Ravnborg1-7/+0
2012-07-26sparc32: centralize all mmu context handling in srmmu.cSam Ravnborg6-71/+63