Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | net: fix packet socket delivery in rx irq handler | Patrick McHardy | 2008-11-04 | 1 | -0/+7 | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-11-06 | 2 | -1/+10 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add round_jiffies_up and related routines | Alan Stern | 2008-11-06 | 1 | -0/+5 | |
| | * | | | | | | | | bio: define __BIOVEC_PHYS_MERGEABLE | Jeremy Fitzhardinge | 2008-11-06 | 1 | -1/+5 | |
| | | |_|/ / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-11-06 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sched: re-tune balancing | Ingo Molnar | 2008-11-05 | 1 | -2/+2 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Fix accidental implicit cast in HR-timer conversion | David Howells | 2008-11-06 | 1 | -1/+1 | |
| * | | | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2008-11-06 | 1 | -3/+19 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [MTD] [NOR] Fix cfi_send_gen_cmd handling of x16 devices in x8 mode (v4) | Eric W. Biederman | 2008-11-05 | 1 | -3/+19 | |
| * | | | | | | | | | fat: Cleanup FAT attribute stuff | OGAWA Hirofumi | 2008-11-06 | 1 | -5/+0 | |
| * | | | | | | | | | fat: split include/msdos_fs.h | OGAWA Hirofumi | 2008-11-06 | 1 | -274/+2 | |
| * | | | | | | | | | net: Fix recursive descent in __scm_destroy(). | David Miller | 2008-11-06 | 2 | -2/+5 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | CRED: Allow kernel services to override LSM settings for task actions | David Howells | 2008-11-14 | 2 | -0/+34 | |
* | | | | | | | | | CRED: Differentiate objective and effective subjective credentials on a task | David Howells | 2008-11-14 | 3 | -15/+20 | |
* | | | | | | | | | CRED: Documentation | David Howells | 2008-11-14 | 1 | -1/+11 | |
* | | | | | | | | | CRED: Use creds in file structs | David Howells | 2008-11-14 | 1 | -1/+1 | |
* | | | | | | | | | CRED: Make execve() take advantage of copy-on-write credentials | David Howells | 2008-11-14 | 5 | -92/+48 | |
* | | | | | | | | | CRED: Inaugurate COW credentials | David Howells | 2008-11-14 | 7 | -137/+139 | |
* | | | | | | | | | CRED: Pass credentials through dentry_open() | David Howells | 2008-11-14 | 2 | -4/+7 | |
* | | | | | | | | | CRED: Separate per-task-group keyrings from signal_struct | David Howells | 2008-11-14 | 3 | -12/+18 | |
* | | | | | | | | | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 2008-11-14 | 1 | -1/+2 | |
* | | | | | | | | | CRED: Wrap current->cred and a few other accessors | David Howells | 2008-11-14 | 2 | -45/+144 | |
* | | | | | | | | | CRED: Detach the credentials from task_struct | David Howells | 2008-11-14 | 4 | -29/+43 | |
* | | | | | | | | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 4 | -78/+155 | |
* | | | | | | | | | CRED: Constify the kernel_cap_t arguments to the capset LSM hooks | David Howells | 2008-11-14 | 1 | -20/+24 | |
* | | | | | | | | | CRED: Neuter sys_capset() | David Howells | 2008-11-14 | 1 | -32/+16 | |
* | | | | | | | | | KEYS: Alter use of key instantiation link-to-keyring argument | David Howells | 2008-11-14 | 2 | -9/+11 | |
* | | | | | | | | | KEYS: Disperse linux/key_ui.h | David Howells | 2008-11-14 | 2 | -66/+31 | |
* | | | | | | | | | CRED: Wrap task credential accesses in the networking subsystem | David Howells | 2008-11-14 | 1 | -2/+2 | |
* | | | | | | | | | CRED: Wrap task credential accesses in the filesystem subsystem | David Howells | 2008-11-14 | 1 | -1/+1 | |
* | | | | | | | | | security: remove broken and useless declarations | James Morris | 2008-11-12 | 1 | -2/+0 | |
* | | | | | | | | | Add a new capable interface that will be used by systems that use audit to | Eric Paris | 2008-11-11 | 2 | -3/+16 | |
* | | | | | | | | | When the capset syscall is used it is not possible for audit to record the | Eric Paris | 2008-11-11 | 1 | -0/+10 | |
* | | | | | | | | | Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a | Eric Paris | 2008-11-11 | 1 | -0/+26 | |
* | | | | | | | | | This patch will print cap_permitted and cap_inheritable data in the PATH | Eric Paris | 2008-11-11 | 1 | -0/+5 | |
* | | | | | | | | | This patch add a generic cpu endian caps structure and externally available | Eric Paris | 2008-11-11 | 1 | -0/+7 | |
* | | | | | | | | | Document the order of arguments for cap_issubset. It's not instantly clear | Eric Paris | 2008-11-11 | 1 | -0/+7 | |
* | | | | | | | | | file capabilities: add no_file_caps switch (v4) | Serge E. Hallyn | 2008-11-06 | 1 | -0/+3 | |
|/ / / / / / / / | ||||||
* | | | | | | | | libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it | Tejun Heo | 2008-11-04 | 1 | -0/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-11-03 | 2 | -0/+155 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | io mapping: clean up #ifdefs | Keith Packard | 2008-11-03 | 1 | -18/+25 | |
| * | | | | | | | resources: add io-mapping functions to dynamically map large device apertures | Keith Packard | 2008-10-31 | 1 | -0/+118 | |
| * | | | | | | | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps | Keith Packard | 2008-10-31 | 1 | -0/+30 | |
* | | | | | | | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl... | Linus Torvalds | 2008-11-03 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | i915: Add GEM ioctl to get available aperture size. | Eric Anholt | 2008-11-03 | 1 | -0/+13 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-11-02 | 4 | -3/+4 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys | Alexey Dobriyan | 2008-10-30 | 1 | -0/+2 | |
| * | | | | | | | net: delete excess kernel-doc notation | Randy Dunlap | 2008-10-30 | 2 | -2/+0 | |
| * | | | | | | | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 2008-10-30 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | gianfar: Fix race in TBI/SerDes configuration | Trent Piepho | 2008-10-31 | 1 | -1/+2 |