aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bitrev.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsPierre Peiffer1-22/+16
2008-02-08ipc: uninline some code from util.hPavel Emelyanov2-58/+57
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox1-27/+28
2008-02-088250: enable rate reporting via termiosAlan Cox1-0/+1
2008-02-08serial8250: coding styleAlan Cox1-9/+10
2008-02-088250_pci: coding styleAlan Cox1-55/+54
2008-02-088250_hub6: codding styleAlan Cox1-12/+12
2008-02-088250_hp300: coding styleAlan Cox1-20/+15
2008-02-088250_gsc: coding styleAlan Cox1-9/+8
2008-02-088250_early: coding styleAlan Cox1-8/+15
2008-02-08tty_ioctl: drag screaming into compliance with the coding styleAlan Cox1-182/+180
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox1-278/+283
2008-02-08tty_audit: fix checkpatch complaintAlan Cox1-1/+1
2008-02-08rocket: don't let random users reset the controllerAlan Cox1-0/+3
2008-02-08rocket: first pass at termios reportingAlan Cox1-10/+8
2008-02-08n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox1-75/+73
2008-02-08moxa: first pass at termios reportingAlan Cox1-8/+15
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton2-4/+4
2008-02-08modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter1-3/+1
2008-02-08Modules: handle symbols that have a zero valueChristoph Lameter1-9/+14
2008-02-08tty: s390 support for termios2.Heiko Carstens3-1/+11
2008-02-08tty: let architectures override the user/kernel macros.Heiko Carstens1-0/+6
2008-02-08intel-iommu: fault_reason index cleanupmark gross2-7/+6
2008-02-08intel-iommu: PMEN supportmark gross2-1/+24
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan4-11/+47
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman1-6/+6
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman1-2/+10
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman10-101/+103
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman2-0/+46
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-08namespaces: mark NET_NS with "depends on NAMESPACES"Pavel Emelyanov1-1/+1
2008-02-08namespaces: cleanup the code managed with PID_NS optionPavel Emelyanov6-194/+220
2008-02-08namespaces: cleanup the code managed with the USER_NS optionPavel Emelyanov4-24/+21
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov12-112/+164
2008-02-08namespaces: move the UTS namespace under UTS_NS optionPavel Emelyanov3-1/+30
2008-02-08namespaces: add the NAMESPACES config optionPavel Emelyanov1-0/+9
2008-02-08hugetlb: add locking for overcommit sysctlNishanth Aravamudan3-1/+12
2008-02-08inotify: fix check for one-shot watches before destroying themUlisses Furquim1-1/+1
2008-02-07Convert SG from nopage to fault.Nick Piggin1-12/+11
2008-02-08dm raid1: report fault statusJonathan Brassow1-8/+36
2008-02-08dm raid1: handle read failuresJonathan Brassow1-45/+211
2008-02-08dm raid1: fix EIO after log failureJonathan Brassow1-11/+90
2008-02-08dm raid1: handle recovery failuresJonathan Brassow1-3/+20
2008-02-08dm raid1: handle write failuresJonathan Brassow1-26/+224