summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare2009-12-141-24/+0
* i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2009-12-141-5/+0
* i2c: Get rid of struct i2c_client_address_dataJean Delvare2009-12-141-33/+11
* i2c: Drop the kind parameter from detect callbacksJean Delvare2009-12-141-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-125-1/+50
|\
| * Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-09311-2998/+6749
| |\
| * \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-091-0/+10
| |\ \
| | * | powerpc/5200: Add mpc5200-spi (non-PSC) device driverGrant Likely2009-11-041-0/+10
| * | | powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallo...Gautham R Shenoy2009-12-091-0/+13
| * | | sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+2
| * | | powerpc/kvm: Sync guest visible MMU stateAlexander Graf2009-12-081-0/+3
| * | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-11-2411-49/+53
| |\ \ \
| * | | | powerpc: Fix build of some FSL platformsBenjamin Herrenschmidt2009-11-241-0/+5
| * | | | powerpc/fsl: Add PCI device ids for new QoirQ chipsKumar Gala2009-11-201-0/+14
| * | | | powerpc/fsl: Make fsl_deep_sleep() usable w/ modules and non-83xx buildsAnton Vorontsov2009-11-111-0/+4
| * | | | spi_mpc8xxx: Turn qe_mode into flagsAnton Vorontsov2009-11-111-1/+1
* | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-122-7/+15
|\ \ \ \ \
| * | | | | sched: Remove forced2_migrations statsIngo Molnar2009-12-101-1/+0
| * | | | | sched: Make tunable scaling style configurableChristian Ehrhardt2009-12-091-1/+10
| * | | | | sched: Discard some old bitsPeter Zijlstra2009-12-091-2/+0
| * | | | | sched: Sanitize fork() handlingPeter Zijlstra2009-12-091-1/+1
| * | | | | sched: Remove sysctl.sched_featuresPeter Zijlstra2009-12-091-1/+0
| * | | | | sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner2009-12-091-1/+2
| * | | | | sched: Fix balance vs hotplug racePeter Zijlstra2009-12-061-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-117-37/+25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-11140-1143/+3636
| |\ \ \ \ \ \
| * | | | | | | net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2009-12-111-1/+1
| * | | | | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-081-28/+0
| * | | | | | | tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski2009-12-081-2/+8
| * | | | | | | include/linux/if_ether.h: Remove unused defines MAC_BUF_SIZE and DECLARE_MAC_BUFJoe Perches2009-12-081-2/+0
| * | | | | | | gigaset: documentation amendmentsTilman Schmidt2009-12-081-7/+15
| * | | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-0/+3
| * | | | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-4/+6
* | | | | | | | Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-111-0/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-101-0/+26
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2009-12-112-3/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | asm-generic: add sys_recvmmsg to unistd.hArnd Bergmann2009-12-101-1/+3
| * | | | | | | | | asm-generic: add sys_accept4 to unistd.hArnd Bergmann2009-12-101-1/+3
| * | | | | | | | | asm-generic/gpio.h: add some forward decls of the device structMike Frysinger2009-12-101-0/+3
| * | | | | | | | | asm-generic: Fix typo in asm-generic/unistd.h.Chen Liqin2009-11-031-2/+2
* | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-112-51/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | itimer: Fix the itimer trace print formatThomas Gleixner2009-12-101-4/+4
| * | | | | | | | | | hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens2009-12-101-43/+0
| * | | | | | | | | | hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2009-12-101-4/+9
* | | | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-112-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2009-12-102-2/+6
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | tracing: Add full state to trace_seqJohannes Berg2009-12-091-0/+2
| | * | | | | | | | | | | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-092-2/+4
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-113-45/+39
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | sched: Mark sched_clock() as notraceMike Frysinger2009-12-101-1/+2
OpenPOWER on IntegriCloud