aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Add depends on EFI to EFI_SIGNATURE_LIST_PARSERefiChun-Yi Lee1-0/+1
2012-12-19EFI: Add EFI signature blob parser and key loaderDavid Howells4-0/+119
2012-12-19EFI: Add signature data typesDavid Howells1-0/+20
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds27-359/+1480
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds38-204/+2407
2012-12-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-34/+126
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu1-0/+8
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu1-1/+5
2012-12-18mm/kmemleak.c: remove obsolete simple_strtoulAbhijit Pawar1-1/+2
2012-12-18mm/memory_hotplug.c: improve commentsTang Chen1-6/+12
2012-12-18mm/hugetlb: create hugetlb cgroup file in hugetlb_initJianguo Wu3-15/+20
2012-12-18mm/mprotect.c: coding-style cleanupsAndrew Morton1-14/+16
2012-12-18Documentation: ABI: /sys/devices/system/node/Davidlohr Bueso1-1/+95
2012-12-18slub: drop mutex before deleting sysfs entryGlauber Costa1-1/+12
2012-12-18memcg: add comments clarifying aspects of cache attribute propagationGlauber Costa3-4/+24
2012-12-18kmem: add slab-specific documentation about the kmem controllerGlauber Costa1-0/+7
2012-12-18slub: slub-specific propagation changesGlauber Costa2-1/+76
2012-12-18slab: propagate tunable valuesGlauber Costa6-14/+69
2012-12-18memcg: aggregate memcg cache values in slabinfoGlauber Costa5-5/+108
2012-12-18memcg/sl[au]b: shrink dead cachesGlauber Costa1-3/+43
2012-12-18memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa3-2/+55
2012-12-18memcg: destroy memcg cachesGlauber Costa6-2/+106
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa4-5/+16
2012-12-18sl[au]b: always get the cache from its page in kmem_cache_free()Glauber Costa5-14/+53
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa2-3/+55
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa3-1/+258
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa3-16/+221
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa6-18/+157
2012-12-18slab: annotate on-slab caches nodelist locksGlauber Costa1-1/+33
2012-12-18slab/slub: struct memcg_paramsGlauber Costa4-0/+43
2012-12-18memcg: add documentation about the kmem controllerGlauber Costa1-1/+58
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa2-2/+4
2012-12-18memcg: execute the whole memcg freeing in free_worker()Glauber Costa1-32/+34
2012-12-18memcg: allow a memcg with kmem charges to be destructedGlauber Costa1-1/+14
2012-12-18memcg: use static branches when code not in useGlauber Costa2-5/+78
2012-12-18memcg: kmem accounting lifecycle managementGlauber Costa1-7/+50
2012-12-18res_counter: return amount of charges after res_counter_uncharge()Glauber Costa3-15/+24
2012-12-18mm: allocate kernel pages to the right memcgGlauber Costa2-0/+38
2012-12-18memcg: kmem controller infrastructureGlauber Costa2-0/+280
2012-12-18mm: add a __GFP_KMEMCG flagGlauber Costa2-0/+3
2012-12-18memcg: kmem accounting basic infrastructureGlauber Costa2-3/+124
2012-12-18memcg: change defines to an enumGlauber Costa1-10/+16
2012-12-18memcg: reclaim when more than one page neededSuleiman Souhlal1-7/+9
2012-12-18memcg: make it possible to use the stock for more than one pageSuleiman Souhlal1-10/+18
2012-12-18memory-hotplug: document and enable CONFIG_MOVABLE_NODETang Chen1-1/+12
2012-12-18mm/page_alloc.c: remove duplicate checkGavin Shan1-2/+1
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-12-18h8300: select generic atomic64_t supportFengguang Wu1-0/+1
2012-12-18Coccinelle: add api/d_find_alias.cocciCyril Roelandt1-0/+80
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-18arch/x86/platform/iris/iris.c: register a platform device and a platform driverShérab1-10/+57
2012-12-18CRIS: fix I/O macrosCorey Minyard1-6/+33
2012-12-18backlight: locomolcd: fix checkpatch error and warningJingoo Han1-13/+25
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds175-1662/+2256
2012-12-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds6-81/+765
2012-12-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-33/+31
2012-12-18Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/s...Linus Torvalds3-4/+18
2012-12-18arch/tile: set CORE_DUMP_USE_REGSET on tileSimon Marchi1-0/+2
2012-12-18arch/tile: implement arch_ptrace using user_regset on tileSimon Marchi1-9/+6
2012-12-18arch/tile: implement user_regset interface on tileSimon Marchi1-0/+62
2012-12-18Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-491/+402
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds8-15/+54
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds38-948/+972
2012-12-18Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhow...Linus Torvalds54-1275/+1349
2012-12-18Merge tag 'for-3.8' of git://openrisc.net/~jonas/linuxLinus Torvalds3-6/+2
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds9-8/+350
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds116-839/+1545
2012-12-18x86, paravirt: fix build error when thp is disabledDavid Rientjes1-2/+0
2012-12-18Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-7/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds43-1746/+5257
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds52-1174/+1335
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds16-158/+809
2012-12-18Merge branch 'slab/next' into slab/for-linusPekka Enberg8-333/+236
2012-12-18Merge branch 'slab/procfs' into slab/for-linusPekka Enberg4-158/+166
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds185-1339/+3447
2012-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-17mm,numa: fix update_mmu_cache_pmd callStephen Rothwell1-1/+1
2012-12-17xen/vcpu: Fix vcpu restore path.Wei Liu1-3/+4
2012-12-17xen: Add EVTCHNOP_reset in Xen interface header files.Wei Liu1-0/+13
2012-12-17xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ...Konrad Rzeszutek Wilk1-1/+1
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler1-1/+2
2012-12-17docs: update documentation about /proc/<pid>/fdinfo/<fd> fanotify outputCyrill Gorcunov1-11/+17
2012-12-17fs, fanotify: add @mflags field to fanotify outputCyrill Gorcunov1-5/+9
2012-12-17docs: add documentation about /proc/<pid>/fdinfo/<fd> outputCyrill Gorcunov1-0/+82
2012-12-17fs, notify: add procfs fdinfo helperCyrill Gorcunov5-1/+207
2012-12-17fs, exportfs: add exportfs_encode_inode_fh() helperCyrill Gorcunov2-5/+16
2012-12-17fs, exportfs: escape nil dereference if no s_export_op presentCyrill Gorcunov1-1/+1
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov4-1/+50
2012-12-17fs, eventfd: add procfs fdinfo helperCyrill Gorcunov1-0/+20
2012-12-17procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2-2/+4
2012-12-17tools/testing/selftests/kcmp/kcmp_test.c: print reason for failure in kcmp_testDave Jones1-2/+4
2012-12-17breakpoint selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: print fail status instead of cause make errorDave Young1-1/+1
2012-12-17kcmp selftests: make run_tests fixDave Young1-2/+2
2012-12-17mem-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17cpu-hotplug selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17mqueue selftests: print failure status instead of cause make errorDave Young1-2/+2
2012-12-17vm selftests: print failure status instead of cause make errorDave Young1-1/+1
2012-12-17ubifs: use prandom_bytesAkinobu Mita1-5/+3
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2-0/+51
2012-12-17random32: rename random32 to prandomAkinobu Mita5-37/+45
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin2-2/+2
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin2-2/+6
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin4-21/+49
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin3-63/+146
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin3-121/+268
2012-12-17aoe: return real minor number for static minorsEd Cashin1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningEd Cashin1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationEd Cashin1-11/+20
2012-12-17aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-17aoe: cleanup: correct comment for aoetgt noutEd Cashin1-1/+1
2012-12-17aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4
2012-12-17aoe: copy fallback timing information on destination failoverEd Cashin1-0/+1
2012-12-17aoe: update driver-internal version to 64+Ed Cashin1-1/+2
2012-12-17aoe: commands in retransmit queue use new destination on failureEd Cashin3-33/+75
2012-12-17aoe: use high-resolution RTTs with fallback to low-resEd Cashin2-11/+55
2012-12-17aoe: manipulate aoedev network stats under lockEd Cashin1-2/+2
2012-12-17aoe: err device: include MAC addresses for unexpected responsesEd Cashin1-2/+4
2012-12-17aoe: improve network congestion handlingEd Cashin3-74/+121
2012-12-17aoe: provide ATA identify device content to user on requestEd Cashin3-0/+47
2012-12-17aoe: update driver-internal version number to 60Ed Cashin1-1/+1
2012-12-17aoe: whitespace cleanupEd Cashin5-8/+8
2012-12-17aoe: cleanup: remove unused ata_scnt functionEd Cashin1-10/+0
2012-12-17aoe: "payload" sysfs file exports per-AoE-command data transfer sizeEd Cashin1-0/+10
2012-12-17aoe: support larger I/O requests via aoe_maxsectors module paramEd Cashin1-0/+9
2012-12-17aoe: support the forgetting (flushing) of a user-specified AoE targetEd Cashin1-6/+38
2012-12-17aoe: update cap on outstanding commands based on config query responseEd Cashin2-4/+8
2012-12-17aoe: print warning regarding a common reason for dropped transmitsEd Cashin1-2/+7
2012-12-17aoe: describe the behavior of the "err" character deviceEd Cashin1-0/+5
2012-12-17Documentation/sparse.txt: document context annotations for lock checkingEd Cashin1-0/+18
2012-12-17linux/compiler.h: add __must_hold macro for functions called with a lock heldJosh Triplett1-0/+2
2012-12-17pidns: remove unused is_container_init()Gao feng2-21/+0
2012-12-17exec: use -ELOOP for max recursion depthKees Cook5-17/+6
2012-12-17proc: pid/status: show all supplementary groupsArtem Bityutskiy1-1/+1
2012-12-17/proc/pid/status: add "Seccomp" fieldKees Cook2-0/+10
2012-12-17procfs: add VmFlags field in smaps outputCyrill Gorcunov2-2/+91
2012-12-17proc: don't show nonexistent capabilitiesAndrew Vagin1-0/+9
2012-12-17ptrace: introduce PTRACE_O_EXITKILLOleg Nesterov3-1/+9
2012-12-17simple_strto*: annotate function as obsoleteEldad Zack1-0/+8
2012-12-17kstrto*: add documentationEldad Zack3-0/+100
2012-12-17Documentation: fix Documentation/security/00-INDEXJarkko Sakkinen1-0/+2
2012-12-17fs/fat: strip "cp" prefix from codepage in displayDave Reisner1-1/+2
2012-12-17fat: ix mount option parsingJan Kara1-11/+11
2012-12-17fat: provide option for setting timezone offsetJan Kara4-9/+37
2012-12-17fat: notify when discard is not supportedNamjae Jeon1-0/+9
2012-12-17rtc: DA9055 RTC driverAshish Jangam3-0/+424
2012-12-17drivers/rtc/rtc-s3c: use of_match_ptr() macroSachin Kamat1-3/+1
2012-12-17drivers/rtc/rtc-tps65910.c: enable RTC power domain on initializationKim, Milo1-0/+7
2012-12-17drivers/rtc/rtc-dev.c: remove unused code from rtc-dev.cSachin Kamat1-19/+0
2012-12-17drivers/rtc/rtc-s3c.c: convert to use devm_* APITushar Behera1-37/+8
2012-12-17drivers/rtc/rtc-s3c.c: remove unnecessary err_nores labelTushar Behera1-4/+1
2012-12-17rtc: add NXP PCF8523 supportThierry Reding3-0/+336
2012-12-17rtc: rtc-davinci: use devm_kzalloc()Devendra Naga1-12/+4
2012-12-17rtc: rtc-davinci: return correct error code if rtc_device_register() failsDevendra Naga1-2/+3
2012-12-17drivers/rtc/rtc-tps65910.c: rename irq to match deviceSivaram Nair1-1/+1
2012-12-17rtc: rtc-spear: Provide flag for no support of UIE modeDeepak Sikri1-0/+2
2012-12-17rtc: rtc-spear: Add clk_{un}prepare() supportDeepak Sikri1-3/+3
2012-12-17rtc: rtc-spear: use devm_*() routinesViresh Kumar1-60/+29
2012-12-17drivers/rtc/rtc-test.c: avoid calling platform_device_put() twiceWei Yongjun1-7/+7
2012-12-17drivers/rtc/rtc-vt8500.c: convert to use devm_kzallocDevendra Naga1-10/+5
2012-12-17drivers/rtc/rtc-imxdi.c: add devicetree supportRoland Stigge2-0/+28
2012-12-17drivers/rtc/rtc-imxdi: support for i.MX53Roland Stigge1-1/+1
2012-12-17rtc: omap: add runtime pm supportVaibhav Hiremath1-0/+18
2012-12-17rtc: omap: depend on am33xxAfzal Mohammed1-4/+6
2012-12-17rtc: omap: dt supportAfzal Mohammed2-0/+35
2012-12-17ARM: davinci: remove rtc kicker releaseAfzal Mohammed1-12/+1
2012-12-17rtc: omap: kicker mechanism supportAfzal Mohammed1-3/+41
2012-12-17binfmt_elf: fix corner case kfree of uninitialized dataAlan Cox1-1/+3
2012-12-17checkpatch: warn on CamelCase variable namesJoe Perches1-6/+13
2012-12-17checkpatch: add support for floating point constantsJoe Perches1-1/+5
2012-12-17checkpatch: find hex constants as a single IDENTJoe Perches1-1/+1
2012-12-17checkpatch: add --strict test for switch/default missing breakJoe Perches1-2/+16
2012-12-17checkpatch: warn when declaring "struct spinlock foo;"Joe Perches1-0/+6
2012-12-17checkpatch: Add --strict messages for blank lines around bracesJoe Perches1-0/+10
2012-12-17checkpatch: extend line continuation testJoe Perches1-1/+3
2012-12-17checkpatch: allow control over line length warning, default remains 80Joe Perches1-3/+6
2012-12-17checkpatch: consolidate if (foo) bar(foo) checks and add debugfs_removeAndy Whitcroft1-14/+6
2012-12-17checkpatch: remove reference to feature-removal-schedule.txtTao Ma1-37/+0
2012-12-17checkpatch: warn about using CONFIG_EXPERIMENTALKees Cook1-0/+13
2012-12-17checkpatch: warn on unnecessary line continuationsJoe Perches1-0/+9
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas12-63/+29
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningCong Ding1-1/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov4-1/+7
2012-12-17percpu_rw_semaphore: add lockdep annotationsOleg Nesterov2-5/+26
2012-12-17percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctrOleg Nesterov2-20/+18
2012-12-17percpu_rw_semaphore: reimplement to not block the readers unnecessarilyOleg Nesterov3-71/+168
2012-12-17sscanf: don't ignore field widths for numeric conversionsJan Beulich1-43/+53
2012-12-17drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko1-8/+2
2012-12-17trace: use kbasename()Andy Shevchenko1-4/+4
2012-12-17procfs: use kbasename()Andy Shevchenko1-5/+1
2012-12-17mm: use kbasename()Andy Shevchenko1-5/+3
2012-12-17lib: dynamic_debug: use kbasename()Andy Shevchenko1-8/+1