aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell2008-10-151-0/+2
| | | * | | rangetimers: fix the bug reported by Ingo for realArjan van de Ven2008-10-131-6/+2
| | | * | | rangetimer: fix BUG_ON reported by IngoArjan van de Ven2008-10-111-1/+5
| | * | | | hrtimers: fix typoIngo Molnar2008-10-141-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arjan/...Ingo Molnar2008-10-094-2/+55
| | |\ \ \ \ | | | |/ / /
| | | * | | rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven2008-10-071-1/+3
| | | * | | select: fix alpha OSF wrapperArjan van de Ven2008-10-061-6/+7
| | | * | | hrtimer: peek at the timer queue just before going idleArjan van de Ven2008-09-113-0/+42
| | | * | | hrtimer: make the futex() system call use the per process slack valueArjan van de Ven2008-09-111-1/+5
| | | * | | hrtimer: make the nanosleep() syscall use the per process slackArjan van de Ven2008-09-111-1/+6
| | * | | | select: fix alpha OSF wrapperArjan van de Ven2008-10-071-6/+7
| | |/ / /
| | * | | hrtimer: fix signed/unsigned bug in slack estimatorArjan van de Ven2008-09-071-5/+8
| | * | | hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven2008-09-071-1/+3
| | * | | hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven2008-09-072-4/+3
| | * | | hrtimer: add a hrtimer_start_range() functionArjan van de Ven2008-09-072-4/+31
| | * | | hrtimer: another build fixArjan van de Ven2008-09-061-13/+13
| | * | | hrtimer: fix build bug found by IngoArjan van de Ven2008-09-061-7/+7
| | * | | hrtimer: make select() and poll() use the hrtimer range featureArjan van de Ven2008-09-051-2/+62
| | * | | hrtimer: create a "timer_slack" field in the task structArjan van de Ven2008-09-055-0/+26
| | * | | hrtimer: turn hrtimers into range timersArjan van de Ven2008-09-052-5/+82
| | * | | hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven2008-09-051-10/+10
| | * | | hrtimer: convert sound/ to the new hrtimer apisArjan van de Ven2008-09-051-2/+3
| | * | | hrtimer: convert s390 to the new hrtimer apisArjan van de Ven2008-09-051-3/+3
| | * | | hrtimer: convert kvm-ia64 to the new hrtimer apisArjan van de Ven2008-09-051-1/+1
| | * | | hrtimer: convert powerpc/oprofile to the new hrtimer apisArjan van de Ven2008-09-051-1/+1
| | * | | hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven2008-09-058-52/+47
| | * | | hrtimer: convert net::sched_cbq to the new hrtimer apisArjan van de Ven2008-09-051-3/+4
| | * | | hrtimer: convert timerfd to the new hrtimer apisArjan van de Ven2008-09-051-5/+3
| | * | | hrtimer: convert kvm to the new hrtimer apisArjan van de Ven2008-09-052-7/+5
| | * | | hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven2008-09-051-0/+45
| | * | | select: switch select() and poll() over to hrtimersArjan van de Ven2008-09-053-294/+111
| | * | | select: add a poll specific struct to the restart_block unionThomas Gleixner2008-09-051-0/+8
| | * | | select: add poll_select_set_timeout() and poll_select_copy_remaining() helpersThomas Gleixner2008-09-053-0/+128
| | * | | select: add a timespec_add_safe() functionThomas Gleixner2008-09-052-0/+22
| | * | | select: Introduce a hrtimeout functionArjan van de Ven2008-09-052-0/+67
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-239-125/+259
|\ \ \ \ \
| * | | | | cifs: handle the TCP_Server_Info->tsk field more carefullyJeff Layton2008-10-231-13/+28
| * | | | | cifs: fix unlinking of rename target when server doesn't support open file re...Jeff Layton2008-10-231-79/+8
| * | | | | [CIFS] improve setlease handlingSteve French2008-10-235-2/+67
| * | | | | [CIFS] fix saving of resume key before CIFSFindNextJeff Layton2008-10-211-1/+2
| * | | | | cifs: make cifs_rename handle -EACCES errorsJeff Layton2008-10-201-52/+122
| * | | | | [CIFS] fix build errorSteve French2008-10-201-1/+1
| * | | | | [CIFS] undo changes in cifs_rename_pending_delete if it errors outSteve French2008-10-203-33/+79
| * | | | | cifs: track DeletePending flag in cifsInodeInfoJeff Layton2008-10-204-0/+5
| * | | | | cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_deleteJeff Layton2008-10-171-5/+10
| * | | | | [CIFS] eliminate usage of kthread_stop for cifsdJeff Layton2008-10-161-29/+15
| * | | | | [CIFS] Add nodfs mount optionSteve French2008-10-162-0/+12
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-236-24/+31
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'topic/asoc', 'topic/misc-fixes' and 'topic/hda' into for-linusTakashi Iwai2008-10-236-24/+31
| |\ \ \ \ \ \ \ \
| | | | * | | | | | ALSA: hda - correct bracketing in spdif test in patch_sigmatel.cHarvey Harrison2008-10-221-1/+1