summaryrefslogtreecommitdiff
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-2423-61/+138
|\
| * module: explicitly align module_version_attribute structureDmitry Torokhov2011-02-211-1/+1
| * Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-02-181-0/+15
| |\
| | * RTC: Re-enable UIE timer/polling emulationJohn Stultz2011-02-171-0/+1
| | * RTC: Revert UIE emulation removalJohn Stultz2011-02-171-0/+14
| * | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-02-183-6/+6
| |\ \
| | * | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-163-6/+6
| * | | Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds2011-02-181-3/+9
| * | | thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli2011-02-151-1/+2
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-151-2/+11
| |\ \ \
| | * \ \ Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2011-02-151-2/+11
| | |\ \ \
| | | * | | ARM: oprofile: Fix backtraces in timer modeAri Kauppi2011-01-261-0/+9
| | | * | | oprofile: Fix usage of CONFIG_HW_PERF_EVENTS for oprofile_perf_init and friendsAri Kauppi2011-01-261-2/+2
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-151-2/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Input: matrix_keypad - increase the limit of rows and columnsTrilok Soni2011-02-111-2/+2
| * | | | | klist: Fix object alignment on 64-bit.David Miller2011-02-131-1/+1
| * | | | | security: add cred argument to security_capable()Chris Wright2011-02-111-3/+3
| * | | | | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-02-101-4/+0
| |\ \ \ \ \
| | * | | | | USB: Fix trout build failure with ci13xxx_msm gadgetPavankumar Kondeti2011-02-041-4/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-101-5/+18
| |\ \ \ \ \ \
| | * | | | | | CDC NCM errata updates for cdc.hAlexey Orishko2011-02-081-5/+18
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2011-02-091-1/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | virtio: console: Update CopyrightAmit Shah2011-02-091-1/+2
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-061-1/+2
| |\ \ \ \ \ \
| | * | | | | | genirq: Add missing status flags to modification maskThomas Gleixner2011-02-051-1/+2
| * | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-02-063-30/+37
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2011-02-043-30/+37
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt2011-02-031-9/+9
| | | * | | | | tracepoints: Fix section alignment using pointer arrayMathieu Desnoyers2011-02-032-16/+21
| | | * | | | | tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-022-5/+7
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-02-044-0/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | | | |_|/ / / | | |/| | | |
| | * | | | | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-031-0/+1
| | * | | | | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-301-0/+1
| | * | | | | caif: bugfix - add caif headers for userspace usage.sjur.brandeland@stericsson.com2011-01-302-0/+3
| * | | | | | vfs: sparse: add __FMODE_EXECNamhyung Kim2011-02-021-0/+1
| * | | | | | vfs: sparse: remove a warning on OPEN_FMODE()Namhyung Kim2011-02-021-1/+3
| * | | | | | memcg: prevent endless loop when charging huge pages to near-limit groupJohannes Weiner2011-02-021-0/+20
| | |_|/ / / | |/| | | |
* | | | | | tty: add a helper for setting termios data from kernel sideAlan Cox2011-02-171-0/+1
* | | | | | tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman2011-02-171-1/+1
* | | | | | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-172-6/+5
* | | | | | tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* | | | | | tiocmset: kill the file pointer argumentAlan Cox2011-02-172-2/+2
* | | | | | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-172-2/+2
* | | | | | tty,vcs removing con_buf/conf_buf_mtxJiri Olsa2011-02-171-8/+0
* | | | | | vt: Add virtual console keyboard mode OFFArthur Taylor2011-02-172-1/+3
* | | | | | serial: ifx6x60: expanded info available from platform dataRuss Gorby2011-02-031-7/+12
|/ / / / /
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-02-014-16/+3
|\ \ \ \ \
| * | | | | NFS do not find client in NFSv4 pg_authenticateAndy Adamson2011-01-252-14/+0
| * | | | | NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-251-0/+1
| * | | | | NFS: nfsacl_{encode,decode} should return signed integerChuck Lever2011-01-251-2/+2