summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-236-119/+32
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-2116-110/+258
|\
| * mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman2012-08-214-29/+93
| * mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman2012-08-211-26/+28
| * rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine2012-08-211-1/+4
| * rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine2012-08-211-0/+7
| * drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto2012-08-211-2/+5
| * mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi2012-08-211-10/+11
| * drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov2012-08-211-0/+2
| * mm/compaction.c: fix deferring compaction mistakeMinchan Kim2012-08-211-1/+1
| * drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt2012-08-211-19/+65
| * string: do not export memweight() to userspaceWANG Cong2012-08-211-1/+1
| * hugetlb: update hugetlbpage.txtZhouping Liu2012-08-211-2/+8
| * checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches2012-08-211-1/+2
| * mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-211-5/+16
| * cciss: fix incorrect scsi status reportingStephen M. Cameron2012-08-211-10/+1
| * Documentation: update mount option in filesystem/vfat.txtNamjae Jeon2012-08-211-0/+11
| * mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins2012-08-211-1/+1
| * cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann2012-08-211-2/+2
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-2115-179/+217
|\ \
| * | [media] media: soc_camera: don't clear pix->sizeimage in JPEG modeAlbert Wang2012-08-152-1/+8
| * | [media] media: mx2_camera: Fix clock handling for i.MX27Javier Martin2012-08-151-14/+29
| * | [media] video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-6/+6
| * | [media] video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-08-151-2/+2
| * | [media] media: mx3_camera: buf_init() add buffer state checkAlex Gershgorin2012-08-151-15/+7
| * | [media] radio-shark2: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-49/+73
| * | [media] radio-shark: Only compile led support when CONFIG_LED_CLASS is setHans de Goede2012-08-121-56/+79
| * | [media] radio-shark*: Call cancel_work_sync from disconnect rather then releaseHans de Goede2012-08-122-21/+4
| * | [media] radio-shark*: Remove work-around for dangling pointer in usb intfdataHans de Goede2012-08-122-18/+0
| * | [media] Add USB dependency for IguanaWorks USB IR TransceiverGuenter Roeck2012-08-121-0/+1
| * | [media] Add missing logging for rangelow/high of hwseekHans Verkuil2012-08-111-2/+4
| * | [media] VIDIOC_ENUM_FREQ_BANDS fixHans Verkuil2012-08-111-0/+4
| * | [media] mem2mem_testdev: fix querycap regressionHans Verkuil2012-08-111-1/+1
| * | [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-113-3/+7
| * | [media] DocBook: Remove a spurious characterHans Verkuil2012-08-111-1/+1
| * | [media] uvcvideo: Reset the bytesused field when recycling an erroneous bufferJayakrishnan Memana2012-08-111-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-2188-575/+637
|\ \ \
| * | | af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2012-08-213-4/+6
| * | | ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet2012-08-211-1/+1
| * | | ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch2012-08-211-1/+6
| * | | tcp: fix possible socket refcount problemEric Dumazet2012-08-213-10/+18
| * | | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child()Neal Cardwell2012-08-203-14/+14
| * | | net/core/dev.c: fix kernel-doc warningRandy Dunlap2012-08-201-0/+1
| * | | netconsole: remove a redundant netconsole_target_put()Amerigo Wang2012-08-201-1/+0
| * | | net: ipv6: fix oops in inet_putpeer()Patrick McHardy2012-08-203-0/+12
| * | | net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung2012-08-201-1/+1
| * | | caif: Do not dereference NULL in chnl_recv_cb()Jesper Juhl2012-08-201-0/+4
| * | | Merge git://1984.lsi.us.es/nfDavid S. Miller2012-08-205-49/+90
| |\ \ \
| | * | | netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-08-161-23/+6
| | * | | netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueuePablo Neira Ayuso2012-08-141-1/+6
OpenPOWER on IntegriCloud