summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc: uninline some code from util.hPavel Emelyanov2008-02-082-58/+57Star
* serial_core: bring mostly into line with coding styleAlan Cox2008-02-081-27/+28
* 8250: enable rate reporting via termiosAlan Cox2008-02-081-0/+1
* serial8250: coding styleAlan Cox2008-02-081-9/+10
* 8250_pci: coding styleAlan Cox2008-02-081-55/+54Star
* 8250_hub6: codding styleAlan Cox2008-02-081-12/+12
* 8250_hp300: coding styleAlan Cox2008-02-081-20/+15Star
* 8250_gsc: coding styleAlan Cox2008-02-081-9/+8Star
* 8250_early: coding styleAlan Cox2008-02-081-8/+15
* tty_ioctl: drag screaming into compliance with the coding styleAlan Cox2008-02-081-182/+180Star
* tty_io: drag screaming into coding style complianceAlan Cox2008-02-081-278/+283
* tty_audit: fix checkpatch complaintAlan Cox2008-02-081-1/+1
* rocket: don't let random users reset the controllerAlan Cox2008-02-081-0/+3
* rocket: first pass at termios reportingAlan Cox2008-02-081-10/+8Star
* n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox2008-02-081-75/+73Star
* moxa: first pass at termios reportingAlan Cox2008-02-081-8/+15
* fix "modules: make module_address_lookup() safe"Andrew Morton2008-02-082-4/+4
* modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter2008-02-081-3/+1Star
* Modules: handle symbols that have a zero valueChristoph Lameter2008-02-081-9/+14
* tty: s390 support for termios2.Heiko Carstens2008-02-083-1/+11
* tty: let architectures override the user/kernel macros.Heiko Carstens2008-02-081-0/+6
* intel-iommu: fault_reason index cleanupmark gross2008-02-082-7/+6Star
* intel-iommu: PMEN supportmark gross2008-02-082-1/+24
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-084-11/+47
* proc: fix the threaded /proc/selfEric W. Biederman2008-02-081-6/+6
* proc: proper pidns handling for /proc/selfEric W. Biederman2008-02-081-2/+10
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-0810-101/+103
* seqfile convert proc_pid_statmEric W. Biederman2008-02-083-6/+9
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-083-17/+20
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-082-0/+46
* proc: detect duplicate names on registrationZhang Rui2008-02-081-0/+10
* proc: remove useless check on symlink removalAlexey Dobriyan2008-02-081-1/+1
* proc: simplify function prototypesAlexey Dobriyan2008-02-082-15/+6Star
* proc: less LOCK operations during lookupAlexey Dobriyan2008-02-081-2/+2
* proc: remove MODULE_LICENSEAlexey Dobriyan2008-02-081-1/+0Star
* namespaces: mark NET_NS with "depends on NAMESPACES"Pavel Emelyanov2008-02-081-1/+1
* namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov2008-02-086-194/+220
* namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov2008-02-084-24/+21Star
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-0812-112/+164
* namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov2008-02-083-1/+30
* namespaces: add the NAMESPACES config optionPavel Emelyanov2008-02-081-0/+9
* hugetlb: add locking for overcommit sysctlNishanth Aravamudan2008-02-083-1/+12
* inotify: fix check for one-shot watches before destroying themUlisses Furquim2008-02-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2008-02-0815-483/+1372
|\
| * dm raid1: report fault statusJonathan Brassow2008-02-081-8/+36
| * dm raid1: handle read failuresJonathan Brassow2008-02-081-45/+211
| * dm raid1: fix EIO after log failureJonathan Brassow2008-02-081-11/+90
| * dm raid1: handle recovery failuresJonathan Brassow2008-02-081-3/+20
| * dm raid1: handle write failuresJonathan Brassow2008-02-081-26/+224
| * dm snapshot: combine consecutive exceptions in memoryMilan Broz2008-02-082-16/+116