aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-23Merge branch 'akpm' (incoming from Andrew)HEADmasterLinus Torvalds231-2187/+3339
2014-01-23Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq...Linus Torvalds111-1577/+22451
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds87-753/+2914
2014-01-23Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds75-3868/+1899
2014-01-23Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds238-4211/+12679
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds169-1887/+6147
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds233-5145/+11389
2014-01-23Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds32-79/+381
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds55-522/+1177
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds40-1009/+10527
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds20-243/+404
2014-01-23lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich1-0/+1
2014-01-23romfs: fix returm err while getting inode in fill_superRui Xiang1-4/+2
2014-01-23drivers/w1/masters/w1-gpio.c: add strong pullup emulationEvgeny Boger3-12/+23
2014-01-23drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bugMicky Ching1-10/+20
2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-23arch/sh/kernel/dwarf.c: use rbtree postorder iteration helper instead of solu...Cody P Schafer1-14/+4
2014-01-23fs-ext3-use-rbtree-postorder-iteration-helper-instead-of-opencoding-fixAndrew Morton1-4/+4
2014-01-23fs/ext3: use rbtree postorder iteration helper instead of opencodingCody P Schafer1-31/+5
2014-01-23fs/jffs2: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-49/+5
2014-01-23fs/ext4: use rbtree postorder iteration helper instead of opencodingCody P Schafer2-59/+9
2014-01-23fs/ubifs: use rbtree postorder iteration helper instead of opencodingCody P Schafer6-114/+17
2014-01-23net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer1-23/+4
2014-01-23rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer1-0/+11
2014-01-23rbtree/test: move rb_node to the middle of the test structCody P Schafer1-1/+1
2014-01-23rapidio: add modular rapidio core build into powerpc and mips branchesAlexandre Bounine2-3/+3
2014-01-23partitions/efi: complete documentation of gpt kernel param purposeDavidlohr Bueso1-1/+3
2014-01-23kdump: add /sys/kernel/vmcoreinfo ABI documentationVivek Goyal1-0/+14
2014-01-23kdump: fix exported size of vmcoreinfo noteVivek Goyal1-1/+1
2014-01-23kexec: add sysctl to disable kexec_loadKees Cook4-2/+30
2014-01-23fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger1-1/+0
2014-01-23exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi1-2/+2
2014-01-23kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()Oleg Nesterov1-4/+3
2014-01-23kernel/sys.c: k_getrusage() can use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23fs/proc/array.c: change do_task_stat() to use while_each_thread()Oleg Nesterov1-2/+1
2014-01-23exec: kill task_struct->did_execOleg Nesterov4-6/+2
2014-01-23exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov1-15/+5
2014-01-23exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov1-21/+8
2014-01-23exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov1-1/+2
2014-01-23kernel/fork.c: remove redundant NULL check in dup_mm()Daeseok Youn1-3/+0
2014-01-23kernel/fork.c: fix coding style issuesDaeseok Youn1-2/+2
2014-01-23kernel/fork.c: make dup_mm() staticDaeSeok Youn2-3/+1
2014-01-23fs/proc: don't use module_init for non-modular core codePaul Gortmaker16-16/+16
2014-01-23fs/proc_namespace.c: simplify testing nsp and nsp->mnt_nsAxel Lin1-6/+1
2014-01-23fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware e...Dave Jones1-0/+1
2014-01-23proc: set attributes of pde using accessor functionsRui Xiang2-4/+3
2014-01-23proc: fix ->f_pos overflows in first_tid()Oleg Nesterov1-5/+9
2014-01-23proc: don't (ab)use ->group_leader in proc_task_readdir() pathsOleg Nesterov1-28/+24
2014-01-23proc: change first_tid() to use while_each_thread() rather than next_thread()Oleg Nesterov1-10/+10
2014-01-23proc: fix the potential use-after-free in first_tid()Oleg Nesterov1-0/+3
2014-01-23proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov2-13/+4
2014-01-23coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov4-29/+17
2014-01-23coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2-18/+7
2014-01-23coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov1-34/+15
2014-01-23Documentation/cpu-hotplug.txt: fix a typo in example codeSangjung Woo1-1/+1
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham11-40/+40
2014-01-23Documentation/filesystems/00-INDEX: updatesFabian Frederick1-13/+45
2014-01-23Documentation/blockdev/ramdisk.txt: updatesFabian Frederick1-6/+15
2014-01-23Documentation/filesystems/sysfs.txt: fix device_attribute declarationAndre Richter1-3/+3
2014-01-23hfsplus: remove hfsplus_file_lookup()Sougata Santra1-59/+0
2014-01-23nilfs2: add comments for ioctlsVyacheslav Dubeyko2-1/+418
2014-01-23fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+8
2014-01-23fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-23drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner1-13/+68
2014-01-23drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven1-0/+2
2014-01-23rtc: max8907: weekday encoding fixesStephen Warren1-6/+5
2014-01-23drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat1-1/+1
2014-01-23drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-23drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton1-4/+2
2014-01-23rtc: honor device tree /alias entries when assigning IDsStephen Warren1-4/+20
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2014-01-23drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven1-1/+1
2014-01-23drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven1-1/+1
2014-01-23rtc: add hym8563 rtc-driverHeiko Stuebner3-0/+618
2014-01-23dt-bindings: add hym8563 bindingHeiko Stuebner2-0/+28
2014-01-23drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han1-38/+12
2014-01-23drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han1-25/+13
2014-01-23drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2-1/+21
2014-01-23drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam1-1/+4
2014-01-23drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam1-4/+1
2014-01-23drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2014-01-23drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan1-16/+3
2014-01-23autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-23autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-23autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-23autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-23autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-23init: fix possible format string bugTetsuo Handa2-4/+5
2014-01-23init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven1-4/+0
2014-01-23fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-23fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2-9/+8
2014-01-23fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches1-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksRob Herring1-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck1-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesJoe Perches1-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkJoe Perches1-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesJoe Perches1-0/+14
2014-01-23checkpatch: improve space before tab --fix optionJoe Perches1-2/+4
2014-01-23checkpatch: add a --fix-inplace optionJoe Perches1-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Joe Perches1-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes1-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineJoe Perches1-1/+1
2014-01-23checkpatch: more comprehensive split strings warningJoe Perches1-8/+4
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel6-15/+24
2014-01-23test: check copy_to/from_user boundary validationKees Cook5-0/+138
2014-01-23test: add minimal module for verification testingKees Cook3-0/+48
2014-01-23lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras1-3/+2
2014-01-23lib/cmdline.c: fix style issuesFelipe Contreras1-5/+4
2014-01-23lib/kstrtox.c: remove redundant cleanupFelipe Contreras1-1/+0
2014-01-23backlight: lp8788: remove unnecessary parenthesesJingoo Han1-3/+3
2014-01-23backlight: lp855x: remove unnecessary parenthesesJingoo Han1-1/+1
2014-01-23backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han1-1/+1
2014-01-23backlight: tosa: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-23backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-23backlight: jornada720: use devm_lcd_device_register()Jingoo Han1-11/+2
2014-01-23backlight: tosa: use devm_backlight_device_register()Jingoo Han1-4/+3
2014-01-23backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han1-6/+3
2014-01-23backlight: omap1: use devm_backlight_device_register()Jingoo Han1-12/+2
2014-01-23backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han1-4/+2
2014-01-23backlight: jornada720: use devm_backlight_device_register()Jingoo Han1-12/+3
2014-01-23MAINTAINERS: remove unnecessary EXYNOS DP DRIVER F: patternJingoo Han1-1/+0
2014-01-23MAINTAINERS: describe differences between F: and N: patternsJoe Perches1-0/+5
2014-01-23MAINTAINERS: add an entry for the Macintosh HFSPlus FilesystemGeert Uytterhoeven1-0/+6
2014-01-23get_maintainer: add commit author information to --rolestatsJoe Perches1-6/+85
2014-01-23printk: flush conflicting continuation lineArun KS1-3/+6
2014-01-23vsprintf: add %pad extension for dma_addr_t useJoe Perches2-8/+36
2014-01-23printk/cache: mark printk_once test variable __read_mostlyJoe Perches3-11/+13
2014-01-23dynamic-debug-howto.txt: update since new wildcard supportDu, Changbin1-0/+9
2014-01-23dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin1-5/+10
2014-01-23lib/parser.c: put EXPORT_SYMBOLs in the conventional placeAndrew Morton1-7/+6
2014-01-23lib/parser.c: add match_wildcard() functionDu, Changbin2-0/+52
2014-01-23uapi: convert u64 to __u64 in exported headersMike Frysinger2-2/+2
2014-01-23include/uapi/linux/dn.h: pull in ioctl.h headerMike Frysinger1-0/+1
2014-01-23include/uapi/linux/ppp-ioctl.h: pull in ppp_defs.hMike Frysinger1-0/+1
2014-01-23headers_check: special case seqbuf_dump()Paul Bolle1-1/+5
2014-01-23drivers/vlynq/vlynq.c: fix another resource size off by 1 errorDan Carpenter1-1/+2
2014-01-23drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...David Howells1-0/+4
2014-01-23drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...David Howells1-1/+1
2014-01-23drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i...David Howells1-1/+1
2014-01-23drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do...David Howells1-2/+2
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CON...David Howells1-1/+6
2014-01-23remove extra definitions of U32_MAXAlex Elder3-26/+0
2014-01-23kernel.h: define u8, s8, u32, etc. limitsAlex Elder1-0/+13
2014-01-23conditionally define U32_MAXAlex Elder3-0/+6
2014-01-23um: use generic fixmap.hMark Salter1-39/+1
2014-01-23tile: use generic fixmap.hMark Salter1-32/+1
2014-01-23sh: use generic fixmap.hMark Salter1-37/+2
2014-01-23powerpc: use generic fixmap.hMark Salter1-42/+2
2014-01-23mips: use generic fixmap.hMark Salter1-32/+1
2014-01-23microblaze: use generic fixmap.hMark Salter1-42/+2
2014-01-23metag: use generic fixmap.hMark Salter1-31/+1
2014-01-23hexagon: use generic fixmap.hMark Salter1-39/+1
2014-01-23x86: use generic fixmap.hMark Salter1-58/+1
2014-01-23add generic fixmap.hMark Salter1-0/+97
2014-01-23logfs: check for the return value after calling find_or_create_page()Younger Liu1-1/+2
2014-01-23drivers/block/Kconfig: update RAM block device module nameFabian Frederick1-1/+2
2014-01-23drivers/mailbox/omap: make mbox->irq signed for error handlingDan Carpenter1-1/+1
2014-01-23asm/types.h: Remove include/asm-generic/int-l64.hGeert Uytterhoeven2-51/+1
2014-01-23mm: ignore VM_SOFTDIRTY on VMA mergingCyrill Gorcunov1-2/+10
2014-01-23mm/rmap: fix coccinelle warningsFengguang Wu1-2/+2
2014-01-23mm/swapfile.c: do not skip lowest_bit in scan_swap_map() scan loopJamie Liu1-1/+2
2014-01-23memcg: remove unused code from kmem_cache_destroy_work_funcVladimir Davydov1-4/+2
2014-01-23mm: improve documentation of page_orderMel Gorman2-4/+9
2014-01-23memcg: fix css reference leak and endless loop in mem_cgroup_iterMichal Hocko1-5/+13
2014-01-23memcg: fix endless loop caused by mem_cgroup_iterMichal Hocko1-3/+14
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes2-11/+20
2014-01-23doc/kmemcheck: add kmemcheck to kernel-parametersXishi Qiu1-0/+7
2014-01-23mm/memcg: iteration skip memcgs not yet fully initializedHugh Dickins1-4/+2
2014-01-23mm/memcg: fix last_dead_count memory wastageHugh Dickins1-1/+1
2014-01-23mm: audit/fix non-modular users of module_init in core codePaul Gortmaker4-7/+6
2014-01-23mm/mm_init.c: make creation of the mm_kobj happen earlier than device_initcallPaul Gortmaker1-2/+1
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian3-2/+9
2014-01-23mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hot...Nathan Zimmer1-3/+4
2014-01-23mm/nobootmem: free_all_bootmem againPhilipp Hachtmann2-26/+16
2014-01-23mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov1-9/+10
2014-01-23mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov1-4/+21
2014-01-23sched/numa: fix setting of cpupid on page migration twiceWanpeng Li1-2/+0
2014-01-23mm: do_mincore() cleanupJianguo Wu1-7/+0
2014-01-23include/linux/genalloc.h: spinlock_t needs spinlock_types.hShawn Guo1-0/+2
2014-01-23Documentation/trace/postprocess/trace-vmscan-postprocess.pl: fix the traceeve...Vinayak Menon1-9/+9
2014-01-23mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian1-1/+6
2014-01-23mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko1-4/+2
2014-01-23mm/memory-failure.c: shift page lock from head page to tail page after thp splitNaoya Horiguchi1-10/+11
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen4-2/+37
2014-01-23mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann3-1/+26
2014-01-23mm/nobootmem.c: add return value check in __alloc_memory_core_early()Philipp Hachtmann1-1/+3
2014-01-23memcg: rework memcg_update_kmem_limit synchronizationVladimir Davydov1-91/+105
2014-01-23memcg: remove KMEM_ACCOUNTED_ACTIVATED flagVladimir Davydov1-27/+2
2014-01-23memcg, slab: RCU protect memcg_params for root cachesVladimir Davydov3-10/+30
2014-01-23slab: do not panic if we fail to create memcg cacheVladimir Davydov1-1/+8
2014-01-23memcg: get rid of kmem_cache_dup()Vladimir Davydov1-31/+8
2014-01-23memcg, slab: fix races in per-memcg cache creation/destructionVladimir Davydov2-10/+27
2014-01-23memcg: fix possible NULL deref while traversing memcg_slab_caches listVladimir Davydov1-7/+18
2014-01-23memcg, slab: fix barrier usage when accessing memcg_cachesVladimir Davydov2-15/+21
2014-01-23memcg, slab: clean up memcg cache initialization/destructionVladimir Davydov3-41/+37
2014-01-23memcg, slab: kmem_cache_create_memcg(): fix memleak on fail pathVladimir Davydov3-9/+19
2014-01-23slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov1-34/+31
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin30-170/+181