Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | use __u32 in linux/reiserfs_fs.h | Mike Frysinger | 2008-02-08 | 1 | -1/+1 | |
* | | | | | | NBD: remove limit on max number of nbd devices | Paul Clements | 2008-02-08 | 1 | -1/+0 | |
* | | | | | | mount options: fix tmpfs | akpm@linux-foundation.org | 2008-02-08 | 1 | -1/+4 | |
* | | | | | | mount options: add generic_show_options() | Miklos Szeredi | 2008-02-08 | 1 | -0/+9 | |
* | | | | | | drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h | Mike Frysinger | 2008-02-08 | 2 | -954/+0 | |
* | | | | | | printk_ratelimit() functions should use CONFIG_PRINTK | Joe Perches | 2008-02-08 | 1 | -5/+13 | |
* | | | | | | kill do_generic_mapping_read | Christoph Hellwig | 2008-02-08 | 1 | -15/+0 | |
* | | | | | | Remove __STRICT_ANSI__ from linux/types.h | Mike Frysinger | 2008-02-08 | 1 | -3/+3 | |
* | | | | | | Basic PWM driver for AVR32 and AT91 | David Brownell | 2008-02-08 | 1 | -0/+70 | |
* | | | | | | workqueue: make delayed_work_timer_fn() static | Li Zefan | 2008-02-08 | 1 | -2/+0 | |
* | | | | | | SMBIOS/DMI: add type 41 = Onboard Devices Extended Information | Wim Van Sebroeck | 2008-02-08 | 1 | -1/+4 | |
* | | | | | | kill UDFFS_{DATE,VERSION} | Adrian Bunk | 2008-02-08 | 1 | -3/+0 | |
* | | | | | | udf: fix udf_debug macro | Marcin Slusarz | 2008-02-08 | 1 | -2/+2 | |
* | | | | | | udf: remove some ugly macros | Marcin Slusarz | 2008-02-08 | 1 | -6/+6 | |
* | | | | | | libfs: rename simple_attr_close to simple_attr_release | Christoph Hellwig | 2008-02-08 | 1 | -2/+2 | |
* | | | | | | libfs: allow error return from simple attributes | Christoph Hellwig | 2008-02-08 | 1 | -1/+1 | |
* | | | | | | byteorder: move le32_add_cpu & friends from OCFS2 to core | Marcin Slusarz | 2008-02-08 | 1 | -0/+30 | |
* | | | | | | Remove fastcall from linux/include | Harvey Harrison | 2008-02-08 | 6 | -20/+20 | |
* | | | | | | mn10300: add the MN10300/AM33 architecture to the kernel | David Howells | 2008-02-08 | 2 | -0/+4 | |
* | | | | | | mn10300: allocate serial port UART IDs for on-chip serial ports | David Howells | 2008-02-08 | 1 | -0/+4 | |
* | | | | | | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 2008-02-08 | 2 | -3/+11 | |
* | | | | | | time: fix typo in comments | Li Zefan | 2008-02-08 | 2 | -4/+4 | |
* | | | | | | timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres | Li Zefan | 2008-02-08 | 1 | -1/+1 | |
* | | | | | | Get rid of the kill_pgrp_info() function | Pavel Emelyanov | 2008-02-08 | 1 | -1/+0 | |
* | | | | | | ITIMER_REAL: convert to use struct pid | Oleg Nesterov | 2008-02-08 | 1 | -2/+1 | |
* | | | | | | uglify while_each_pid_task() to make sure we don't count the execing pricess ... | Oleg Nesterov | 2008-02-08 | 1 | -0/+6 | |
* | | | | | | pid: Extend/Fix pid_vnr | Eric W. Biederman | 2008-02-08 | 2 | -14/+5 | |
* | | | | | | fix group stop with exit race | Oleg Nesterov | 2008-02-08 | 1 | -0/+1 | |
* | | | | | | teach set_special_pids() to use struct pid | Oleg Nesterov | 2008-02-08 | 1 | -1/+1 | |
* | | | | | | kill PT_ATTACHED | Oleg Nesterov | 2008-02-08 | 1 | -1/+0 | |
* | | | | | | IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() | Pierre Peiffer | 2008-02-08 | 1 | -1/+4 | |
* | | | | | | IPC: make struct ipc_ids static in ipc_namespace | Pierre Peiffer | 2008-02-08 | 1 | -2/+11 | |
* | | | | | | fix "modules: make module_address_lookup() safe" | Andrew Morton | 2008-02-08 | 1 | -2/+2 | |
* | | | | | | intel-iommu: fault_reason index cleanup | mark gross | 2008-02-08 | 1 | -1/+1 | |
* | | | | | | proc: fix ->open'less usage due to ->proc_fops flip | Alexey Dobriyan | 2008-02-08 | 1 | -1/+9 | |
* | | | | | | proc: seqfile convert proc_pid_status to properly handle pid namespaces | Eric W. Biederman | 2008-02-08 | 2 | -5/+7 | |
* | | | | | | proc: implement proc_single_file_operations | Eric W. Biederman | 2008-02-08 | 1 | -0/+3 | |
* | | | | | | namespaces: cleanup the code managed with PID_NS option | Pavel Emelyanov | 2008-02-08 | 2 | -1/+7 | |
* | | | | | | namespaces: move the IPC namespace under IPC_NS option | Pavel Emelyanov | 2008-02-08 | 2 | -52/+69 | |
* | | | | | | namespaces: move the UTS namespace under UTS_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -0/+21 | |
* | | | | | | hugetlb: add locking for overcommit sysctl | Nishanth Aravamudan | 2008-02-08 | 1 | -0/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 2008-02-07 | 2 | -41/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | dm: table remove unused variable | Vasily Averin | 2008-02-08 | 1 | -9/+9 | |
| * | | | | | dm ioctl: move compat code | Milan Broz | 2008-02-08 | 1 | -32/+2 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 | Linus Torvalds | 2008-02-07 | 2 | -36/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | hwmon: Discard useless I2C driver IDs | Jean Delvare | 2008-02-07 | 1 | -33/+0 | |
| * | | | | | hwmon: (w83781d) Misc cleanups | Jean Delvare | 2008-02-07 | 1 | -1/+0 | |
| * | | | | | hwmon: (gl520sm) Various cleanups | Jean Delvare | 2008-02-07 | 1 | -1/+0 | |
| * | | | | | hwmon: (gl518sm) Various cleanups | Jean Delvare | 2008-02-07 | 1 | -1/+0 | |
| * | | | | | dmi: Let drivers walk the DMI table | Jean Delvare | 2008-02-07 | 1 | -0/+3 | |
| |/ / / / |