summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-0131-116/+410
|\
| * x86, smep, smap: Make the switching functions one-wayH. Peter Anvin2012-09-271-31/+18
| * x86, suspend: On wakeup always initialize cr4 and EFERH. Peter Anvin2012-09-263-15/+31
| * x86-32: Start out eflags and cr4 cleanH. Peter Anvin2012-09-261-15/+16
| * x86, smap: Do not abuse the [f][x]rstor_checking() functions for user spaceH. Peter Anvin2012-09-252-3/+20
| * Merge branch 'x86/fpu' into x86/smapH. Peter Anvin2012-09-2190-1145/+1106
| |\
| * | x86-32, smap: Add STAC/CLAC instructions to 32-bit kernel entryH. Peter Anvin2012-09-211-0/+26
| * | x86, smap: Reduce the SMAP overhead for signal handlingH. Peter Anvin2012-09-213-23/+27
| * | x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin2012-09-211-0/+18
| * | x86, smap: Turn on Supervisor Mode Access PreventionH. Peter Anvin2012-09-212-1/+31
| * | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-2114-32/+106
| * | x86, uaccess: Merge prototypes for clear_user/__clear_userH. Peter Anvin2012-09-213-6/+3
| * | x86, smap: Add a header file with macros for STAC/CLACH. Peter Anvin2012-09-212-0/+102
| * | x86, alternative: Add header guards to <asm/alternative-asm.h>H. Peter Anvin2012-09-211-0/+5
| * | x86, alternative: Use .pushsection/.popsectionH. Peter Anvin2012-09-212-18/+18
| * | x86, smap: Add CR4 bit for SMAPH. Peter Anvin2012-09-211-0/+1
| * | x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin2012-09-211-1/+1
* | | Merge tag 'please-pull-ia64-for-3.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-014-5/+7
|\ \ \
| * | | [IA64] xen: Fix return value check in xencomm_vtop()Wei Yongjun2012-09-271-1/+2
| * | | [IA64] Must enable interrupts in do_notify_resume_user before calling traceho...Tony Luck2012-09-201-2/+2
| * | | [IA64] kexec: Move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
| * | | [IA64] Fix a node distance bugJianguo Wu2012-09-101-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-10-014-24/+3
|\ \ \ \
| * | | | m68k: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer2012-08-181-4/+1
| * | | | m68k/q40: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer2012-08-181-4/+1
| * | | | m68k/amiga: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERRThomas Meyer2012-08-181-4/+1
| * | | | m68k/apollo: Remove disabled definitions in apollohw.hGeert Uytterhoeven2012-08-181-12/+0
* | | | | Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2012-10-0113-130/+289
|\ \ \ \ \
| * | | | | dlm: check the maximum size of a request from userSasha Levin2012-09-101-0/+7
| * | | | | dlm: cleanup send_to_sock routineYing Xue2012-08-131-4/+1
| * | | | | dlm: convert add_sock routine return value type to voidYing Xue2012-08-101-2/+1
| * | | | | dlm: remove redundant variable assignmentsXue Ying2012-08-101-2/+0
| * | | | | dlm: fix unlock balance warningsDavid Teigland2012-08-086-30/+78
| * | | | | dlm: fix uninitialized spinlockDavid Teigland2012-08-081-2/+2
| * | | | | dlm: fix deadlock between dlm_send and dlm_controldDavid Teigland2012-08-085-90/+200
* | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-0161-882/+1528
|\ \ \ \ \ \
| * | | | | | hwmon: (mcp3021) Add MCP3221 supportSven Schuchmann2012-09-233-14/+37
| * | | | | | hwmon: (mcp3021) Prepare MCP3021 driver to support other chipsSven Schuchmann2012-09-231-7/+26
| * | | | | | hwmon: (w83791d) Drop unnecessary compare statementsGuenter Roeck2012-09-231-4/+3
| * | | | | | hwmon: (lm93) Drop unnecessary compare statementGuenter Roeck2012-09-231-1/+1
| * | | | | | hwmon: (lm70) Simplify show_name functionGuenter Roeck2012-09-231-20/+1
| * | | | | | hwmon: (adcxx) Simplify show_name functionGuenter Roeck2012-09-231-4/+1
| * | | | | | hwmon: Drop dependencies on EXPERIMENTALGuenter Roeck2012-09-231-41/+40
| * | | | | | hwmon: (it87) Fix Kconfig for IT87 driverGuenter Roeck2012-09-231-2/+2
| * | | | | | hwmon: (sht15) move header to linux/platform_data/Vivien Didelot2012-09-233-3/+2
| * | | | | | hwmon: (asus_atk0110) Remove useless kfreePeter Senna Tschudin2012-09-231-1/+0
| * | | | | | hwmon: (ina2xx) Add support for INA220 and INA230Guenter Roeck2012-09-233-3/+31
| * | | | | | hwmon: (ina2xx) Use structure array to distinguish chip typesGuenter Roeck2012-09-231-103/+56
| * | | | | | hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113Guenter Roeck2012-09-232-9/+70
| * | | | | | hwmon: (lm70) Add support for LM71 and LM74Christophe Leroy2012-09-233-8/+34
OpenPOWER on IntegriCloud