summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-239-11/+8
* magic.h: move some FS magic numbers into magic.hMuthu Kumar2012-03-236-11/+18
* um: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-231-14/+6
* um: don't restore current->blocked on errorMatt Fleming2012-03-231-6/+2
* mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton2012-03-231-14/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-2322-131/+104
|\
| * usbnet: consider device busy at each recieved packetOliver Neukum2012-03-221-0/+1
| * bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-223-69/+32
| * netfilter: remove forward module param confusion.Rusty Russell2012-03-222-14/+4
| * usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com2012-03-221-1/+0
| * usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com2012-03-221-0/+9
| * xfrm: Access the replay notify functions via the registered callbacksSteffen Klassert2012-03-221-3/+3
| * xfrm: Remove unused xfrm_state from xfrm_state_check_spaceSteffen Klassert2012-03-221-2/+2
| * RDS: use gfp flags from caller in conn_alloc()Dan Carpenter2012-03-223-3/+3
| * netlabel: use GFP flags from caller instead of GFP_ATOMICDan Carpenter2012-03-221-1/+1
| * l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise2012-03-211-0/+1
| * cnic: Fix parity error code conflictMichael Chan2012-03-215-34/+12
| * tg3: Fix RSS ring refill race conditionMichael Chan2012-03-212-3/+23
| * sky2: override for PCI legacy power managementstephen hemminger2012-03-211-0/+11
| * net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-211-1/+2
* | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-2310-29/+161
|\ \
| * | kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel2012-03-221-0/+7
| * | kdb: Avoid using dbg_io_ops until it is initializedTim Bird2012-03-221-1/+1
| * | kgdb,debug_core: add the ability to control the reboot notifierJason Wessel2012-03-222-0/+33
| * | KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-223-22/+83
| * | kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2012-03-222-0/+24
| * | kgdb: Respect that flush op is optionalJan Kiszka2012-03-221-1/+2
| * | kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka2012-03-222-5/+11
* | | Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2012-03-232-14/+56
|\ \ \
| * | | ktest: Allow a test to override REBOOT_ON_SUCCESSSteven Rostedt2012-03-211-2/+10
| * | | ktest: Fix SWITCH_TO_GOOD to also reboot the machineSteven Rostedt2012-03-211-1/+0
| * | | ktest: Add SCP_TO_TARGET_INSTALL optionSteven Rostedt2012-03-212-7/+33
| * | | ktest: Add warning when bugs are ignoredSteven Rostedt2012-03-211-3/+12
| * | | ktest: Add INSTALL_MOD_STRIP=1 when installing modulesSteven Rostedt2012-03-211-1/+1
* | | | Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-03-236-230/+234
|\ \ \ \
| * | | | UBIFS: improve error messagesArtem Bityutskiy2012-03-071-5/+14
| * | | | UBIFS: kill CUR_MAX_KEY_LEN macroArtem Bityutskiy2012-02-291-7/+4
| * | | | UBIFS: do not use inc_link when i_nlink is zeroArtem Bityutskiy2012-02-291-9/+9
| * | | | UBIFS: make the dbg_lock spinlock staticArtem Bityutskiy2012-02-292-4/+1
| * | | | UBIFS: increase dumps loglevelArtem Bityutskiy2012-02-291-204/+204
| * | | | UBIFS: amend recovery debugging messageArtem Bityutskiy2012-02-291-1/+2
* | | | | Merge tag 'upstream-3.4-rc1' of git://git.infradead.org/linux-ubiLinus Torvalds2012-03-236-58/+49
|\ \ \ \ \
| * | | | | UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPSArtem Bityutskiy2012-03-093-6/+6
| * | | | | UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-095-30/+30
| * | | | | UBI: reduce memory consumptionJosselin Costanzi2012-03-093-12/+4
| * | | | | UBI: fix eraseblock picking criteriaArtem Bityutskiy2012-03-091-6/+4
| * | | | | UBI: fix documentation and improve readabilityArtem Bityutskiy2012-03-091-4/+5
| * | | | | UBI: fix error handling in ubi_scan()Richard Weinberger2012-02-291-4/+4
| |/ / / /
* | | | | Merge tag 'pstore-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-231-8/+22
|\ \ \ \ \
| * | | | | pstore: Introduce get_reason_str() to pstoreSeiji Aguchi2012-03-161-8/+22
| | |/ / / | |/| | |