summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-071-5/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-06-121-4/+7
|\ \ \ \
| * | | | HID: multitouch: prevent memleak with the allocated nameBenjamin Tissoires2013-06-121-4/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-06-1214-143/+124
|\ \ \ \ \
| * | | | | scatterlist: sg_set_buf() argument must be in linear mappingRusty Russell2013-05-301-0/+3
| * | | | | raid5: Initialize bi_vcntKent Overstreet2013-05-301-0/+2
| * | | | | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2013-05-291-1/+2
| |\ \ \ \ \
| | * | | | | pktcdvd: silence static checker warningDan Carpenter2013-05-291-1/+2
| * | | | | | block: remove refs to XD disks from documentationLinus Walleij2013-05-173-11/+2
| * | | | | | blkpm: avoid sleep when holding queue lockAaron Lu2013-05-171-1/+1
| * | | | | | Merge branch 'bcache-for-upstream' of git://evilpiepirate.org/~kent/linux-bca...Jens Axboe2013-05-156-127/+109
| |\ \ \ \ \ \
| | * | | | | | bcache: Fix error handling in init codeKent Overstreet2013-05-154-121/+99
| | * | | | | | bcache: clarify free/available/unused spaceGabriel2013-05-151-3/+9
| | * | | | | | bcache: drop "select CLOSURES"Paul Bolle2013-05-151-1/+0
| | * | | | | | bcache: Fix incompatible pointer type warningEmil Goode2013-05-151-2/+1
| * | | | | | | mtip32xx: Correctly handle bio->bi_idx != 0 conditionsSam Bradshaw2013-05-151-2/+3
| * | | | | | | mtip32xx: Fix NULL pointer dereference during module unloadSam Bradshaw2013-05-151-1/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-06-1228-168/+321
|\ \ \ \ \ \ \
| * | | | | | | include/linux/math64.h: add div64_ul()Alex Shi2013-06-121-2/+4
| * | | | | | | mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-121-7/+5
| * | | | | | | frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-122-2/+2
| * | | | | | | kernel/audit_tree.c:audit_add_tree_rule(): protect `rule' from kill_rules()Chen Gang2013-06-121-0/+1
| * | | | | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-123-6/+22
| * | | | | | | ocfs2: add missing lockres put in dlm_mig_lockres_handlerXue jiufei2013-06-121-0/+1
| * | | | | | | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-121-2/+4
| * | | | | | | drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter2013-06-121-0/+1
| * | | | | | | aio: fix io_destroy() regression by using call_rcu()Kent Overstreet2013-06-121-20/+16
| * | | | | | | rtc-at91rm9200: use shadow IMR on at91sam9x5Johan Hovold2013-06-122-1/+8
| * | | | | | | rtc-at91rm9200: add shadow interrupt maskJohan Hovold2013-06-121-1/+38
| * | | | | | | rtc-at91rm9200: refactor interrupt-register handlingJohan Hovold2013-06-121-14/+29
| * | | | | | | rtc-at91rm9200: add configuration supportJohan Hovold2013-06-121-8/+38
| * | | | | | | rtc-at91rm9200: add match-table compile guardJohan Hovold2013-06-121-0/+2
| * | | | | | | fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directoryGoldwyn Rodrigues2013-06-121-1/+1
| * | | | | | | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-121-1/+17
| * | | | | | | drivers/rtc/rtc-twl.c: fix missing device_init_wakeup() when booted with devi...Tony Lindgren2013-06-121-0/+1
| * | | | | | | cciss: fix broken mutex usage in ioctlStephen M. Cameron2013-06-121-16/+16
| * | | | | | | audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-121-1/+1
| * | | | | | | drivers/rtc/rtc-cmos.c: fix accidentally enabling rtc channelDerek Basehore2013-06-121-1/+3
| * | | | | | | drivers/rtc/rtc-tps6586x.c: device wakeup flags correctionDmitry Osipenko2013-06-121-1/+2
| * | | | | | | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-121-2/+0
| * | | | | | | ocfs2: ocfs2_prep_new_orphaned_file() should return retXiaowei.Hu2013-06-121-1/+1
| * | | | | | | lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...Chen Gang2013-06-121-1/+1
| * | | | | | | kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook2013-06-123-48/+57
| * | | | | | | reboot: rigrate shutdown/reboot to boot cpuRobin Holt2013-06-121-3/+26
| * | | | | | | CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-122-32/+27
* | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-06-123-7/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACEMarkos Chandras2013-06-101-0/+4
| * | | | | | | | MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVMMarkos Chandras2013-06-101-1/+1
| * | | | | | | | MIPS: Alchemy: fix wait functionManuel Lauss2013-06-101-6/+7
* | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-06-124-23/+68
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud