public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-07 00:28:29 to 2012-04-08 05:21:09 UTC [more...]

[REVIEW][PATCH 0/43] Completing the user namespace
 2012-04-08  5:15 UTC  (38+ messages)
` [PATCH 01/43] vfs: Don't allow a user namespace root to make device nodes
` [PATCH 02/43] userns: Kill bogus declaration of function release_uids
` [PATCH 04/43] userns: Remove unnecessary cast to struct user_struct when copying cred->user
` [PATCH 05/43] cred: Add forward declaration of init_user_ns in all cases
` [PATCH 06/43] userns: Use cred->user_ns instead of cred->user->user_ns
` [PATCH 07/43] cred: Refcount the user_ns pointed to by the cred
` [PATCH 08/43] userns: Add an explicit reference to the parent user namespace
` [PATCH 12/43] userns: Replace the hard to write inode_userns with inode_capable
` [PATCH 13/43] userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h
` [PATCH 15/43] userns: Disassociate user_struct from the user_namespace
` [PATCH 16/43] userns: Simplify the user_namespace by making userns->creator a kuid
` [PATCH 18/43] userns: Convert group_info values from gid_t to kgid_t
` [PATCH 19/43] userns: Store uid and gid values in struct cred with kuid_t and kgid_t types
` [PATCH 20/43] userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
` [PATCH 21/43] userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
` [PATCH 22/43] userns: Convert capabilities related permsion checks
` [PATCH 23/43] userns: Convert setting and getting uid and gid system calls to use kuid and kgid
` [PATCH 24/43] userns: Convert ptrace, kill, set_priority permission checks to work with kuids and kgids
` [PATCH 25/43] userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types
` [PATCH 26/43] userns: Convert in_group_p and in_egroup_p to use kgid_t
` [PATCH 27/43] userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs
` [PATCH 28/43] userns: Convert user specfied uids and gids in chown into kuids and kgid
` [PATCH 29/43] userns: Convert stat to return values mapped from kuids and kgids
` [PATCH 30/43] userns: Fail exec for suid and sgid binaries with ids outside our user namespace
` [PATCH 31/43] userns: Teach inode_capable to understand inodes whose uids map to other namespaces
` [PATCH 32/43] userns: signal remove unnecessary map_cred_ns
` [PATCH 33/43] userns: Convert binary formats to use kuid/kgid where appropriate
` [PATCH 34/43] userns: Convert devpts "
` [PATCH 35/43] userns: Convert ext2 "
` [PATCH 36/43] userns: Convert ext3 "
` [PATCH 37/43] userns: Convert ext4 to user "
` [PATCH 38/43] userns: Convert proc to use "
` [PATCH 39/43] userns: Convert sysctl permission checks to use kuid and kgids
` [PATCH 40/43] userns: Convert sysfs to use kgid/kuid where appropriate
` [PATCH 41/43] userns: Convert tmpfs to use kuid and kgid "
` [PATCH 42/43] userns: Convert cgroup permission checks to use uid_eq
` [PATCH 43/43] userns: Convert the move_pages, and migrate_pages "

Detect whether AHCI is enabled in BIOS
 2012-04-08  4:07 UTC  (3+ messages)

[PATCH] DLS: refactor pick_next_earliest_dl_task
 2012-04-08  3:57 UTC 

Linux 3.4-rc2
 2012-04-08  2:09 UTC 

[PATCH] [trivial] Documentaion: Fix multiple typo in Documentation
 2012-04-08  2:06 UTC  (5+ messages)
` [PATCH/V2] [trivial] Documentation: Fix typo in multiple files "

[RESEND][PATCH v2] block: remove plugging at buffered write time
 2012-04-08  1:06 UTC 

[PATCH] printk: support structured and multi-facility log messages
 2012-04-08  1:02 UTC  (12+ messages)

[PATCH] module: Clarify GPL-Compatible is OK
 2012-04-08  0:52 UTC  (11+ messages)

[PATCH 0/3] arch/tile: provide PCIe support for tilegx
 2012-04-08  0:21 UTC  (6+ messages)
` [PATCH 2/3] arch/tile: mark TILEGX as not EXPERIMENTAL
` [PATCH 1/3] arch/tile: provide kernel support for the tilegx TRIO shim
` [PATCH 3/3] arch/tile: tilegx PCI root complex support

[PATCH v8]: Hibernation: lower/better control the amount of pages used for buffering
 2012-04-08  0:14 UTC  (5+ messages)

[PATCH] spi/devicetree: Move devicetree support code into spi directory
 2012-04-07 20:23 UTC 

[PATCH] gpio: Move DT support code into drivers/gpio
 2012-04-07 20:37 UTC 

3.3.0: "INFO: rcu_bh detected stall on CPU 3 (t=0 jiffies)"
 2012-04-06 17:52 UTC  (3+ messages)

RFC: deprecating/removing the legacy mode of devpts
 2012-04-07 22:03 UTC  (6+ messages)

[PATCH RESEND] LEDS-One-Shot-Timer-Trigger-implementation
 2012-04-07 21:56 UTC  (4+ messages)

[PATCH] nextfd(2)
 2012-04-07 21:21 UTC  (5+ messages)

Upgrading
 2012-04-07 17:27 UTC 

[PATCH] Input: eeti_ts: Mark as CONFIG_BROKEN
 2012-04-07 21:04 UTC  (5+ messages)

[GIT PULL 0/8] perf/urgent new features
 2012-04-07 20:54 UTC  (9+ messages)
` [PATCH 1/8] perf ui browser: Return the current color when setting a new one
` [PATCH 2/8] perf annotate: Allow printing objdump line addr in different color
` [PATCH 3/8] perf ui annotate browser: Allow toggling addr offset view
` [PATCH 4/8] perf ui annotate browser: Move callq handling to separate function
` [PATCH 5/8] perf ui annotate browser: Add list based search for addr offset
` [PATCH 6/8] perf annotate browser: Initial support for navigating jump instructions
` [PATCH 7/8] perf report: Correct display of samples and events in header
` [PATCH 8/8] perf annotate browser: string search: /?n

[PATCH] init: fix bug where environment vars can't be passed via boot args
 2012-04-07 20:29 UTC  (2+ messages)

(no subject)
 2012-04-07  9:49 UTC 

oostore on x86
 2012-04-07 19:48 UTC 

[take 5] pohmelfs: call for inclusion
 2012-04-07 19:45 UTC 

[PATCH v2 00/10] mm: vma->vm_flags diet
 2012-04-07 19:21 UTC  (12+ messages)
` [PATCH v2 01/10] x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines
` [PATCH v2 02/10] x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn
` [PATCH v2 03/10] mm, x86, pat: rework linear pfn-mmap tracking
` [PATCH v2 04/10] mm: introduce vma flag VM_ARCH_1
` [PATCH v2 05/10] mm: kill vma flag VM_CAN_NONLINEAR
` [PATCH v2 06/10] mm: kill vma flag VM_INSERTPAGE
` [PATCH v2 07/10] mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
` [PATCH v2 08/10] mm: kill vma flag VM_EXECUTABLE
` [PATCH v2 09/10] mm: kill mm->num_exe_file_vmas and keep mm->exe_file until final mmput()
` [PATCH v2 10/10] mm: move madvise vma flags to the end

[PATCH mm RESEND] c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal
 2012-04-07 19:08 UTC 

[PATCH mm] c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal
 2012-04-07 19:05 UTC 

[PATCH 2/2] proc: pass "fd" by value in /proc/*/{fd,fdinfo} code
 2012-04-07 19:02 UTC 

[PATCH 1/2] proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path
 2012-04-07 19:01 UTC 

[PATCH v2] gpio: Device tree support for LPC32xx
 2012-04-07 18:54 UTC  (7+ messages)

[RFC PATCH 1/2] PCI: correctly flush workqueue when destroy pcie hotplug controller
 2012-04-07 18:18 UTC  (2+ messages)
` [RFC PATCH 2/2] PCI: fix four race windows in shpchp driver

[PATCH 0/2] [RFC] Volatile Ranges (v6)
 2012-04-07 17:36 UTC  (4+ messages)
` [PATCH 1/2] [RFC] Range tree implementation

[PATCH RFC] mm: account VMA before forced-COW via /proc/pid/mem
 2012-04-07 17:33 UTC  (8+ messages)

[GIT PULL] KVM fixes for 3.4-rc1
 2012-04-07 16:55 UTC  (2+ messages)

[PATCH v3] gpio: Device tree support for LPC32xx
 2012-04-07 16:18 UTC 

Microsoft Superprize
 2012-04-07 16:10 UTC 

[PATCH 1/3] regulator: max8649: Use devm_* APIs
 2012-04-07 15:31 UTC  (3+ messages)
` [PATCH 2/3] regulator: tps62360: Convert to devm_regmap_init_i2c()
` [PATCH 3/3] regulator: tps65023: Use devm_* APIs

[PATCH 0/2] ARM: ixp4xx: fix compilation and oops
 2012-04-07 15:18 UTC  (2+ messages)

[PATCH] net/ipv6/exthdrs.c et al: Optional strict PadN option checking
 2012-04-07 15:16 UTC  (4+ messages)

[patch 0/2] cpusets, cpu_cgroup: disallow attaching kthreadd
 2012-04-07 15:02 UTC  (14+ messages)

[PATCH] PCI: Fix a device reference count leakage issue in pci_dev_present()
 2012-04-07 14:51 UTC  (3+ messages)

3.3.0: Oops when resuming from hibernation
 2012-04-07 13:50 UTC  (2+ messages)

[PATCH] clocksource, prevent overflow in clocksource_cyc2ns
 2012-04-07 13:47 UTC  (7+ messages)

[PATCH V2 0/3] introduce stmp-style devices
 2012-04-07 13:45 UTC  (9+ messages)
` [PATCH V2 1/3] lib: add support for "

An example to use KGTP analyze application performance bottleneck
 2012-04-07 12:35 UTC 

[PATCH v5 00/27] irq_domain generalization and rework
 2012-04-07 12:27 UTC  (17+ messages)
` [PATCH v5 06/27] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead

KGTP (Linux Kernel debugger and tracer) 20120406 release(hotcode analyzer hotcode.py can output html)
 2012-04-07 12:22 UTC 

KGTP (Linux Kernel debugger and tracer) 20120406 release(hotcode analyzer hotcode.py can output html) include patch for review
 2012-04-07 12:21 UTC 

[PATCH] kyrofb: fix on x86_64
 2012-04-07 11:48 UTC  (4+ messages)

[PATCH] [resend 2] Add support for Rise mP6 CPUs
 2012-04-07 11:37 UTC 

[PATCH 0/6] sound/pci/hda: CX20549 cleanup/fixes
 2012-04-07 10:36 UTC  (7+ messages)
    ` [PATCH 0/6] ALSA: hda - "

[PATCH] DLS: cleanup pulling task
 2012-04-07 10:14 UTC  (2+ messages)

[PATCH v2] avr32: fix nop compile fails from system.h split up
 2012-04-07 10:10 UTC  (2+ messages)

[RFC][PATCH 00/16] sched: SCHED_DEADLINE v4
 2012-04-07  9:25 UTC  (8+ messages)
` [PATCH 06/16] sched: SCHED_DEADLINE push and pull logic

[patch] sched,rt: non-isolated cores lift isolcpus throttle for CONFIG_RT_GROUP_SCHED
 2012-04-07  9:54 UTC  (4+ messages)
` [patch] sched,rt: let the user see rt queues in /proc/sched_debug
  ` [patch] sched,cgroup_sched: fix up task_groups list buglet
    ` RFC [patch] sched,cgroup_sched: convince RT_GROUP_SCHED throttle to work

[PATCH] user-specified temporary directory for deb-pkg
 2012-04-07  9:33 UTC 

[PATCH 1/2] gpiolib: Add !CONFIG_GPIOLIB definitions of devm_ functions
 2012-04-07  9:16 UTC  (7+ messages)
` [PATCH 2/2] gpiolib: Implement devm_gpio_request_one()

[RFC][PATCH 00/15] tools: Unify perf and trace-cmd trace event format parsing v2
 2012-04-07  9:08 UTC  (5+ messages)
` [PATCH 02/15] tools/events: Add files to create libtraceevent.a

[PATCH 1/2] regmap: mmio: convert some error returns to BUG()
 2012-04-07  8:26 UTC  (2+ messages)

[PATCH] DLS: add dl_time_equal helper in deadline scheduler
 2012-04-07  7:49 UTC 

[PULL] generic irq chip and pl061 irqdomain support
 2012-04-07  4:11 UTC  (6+ messages)

[PATCH] gpio/sodaville: Convert sodaville driver to new irqdomain API
 2012-04-07  3:39 UTC  (3+ messages)

[GIT PULL] GPIO changes for v3.4
 2012-04-07  3:22 UTC  (3+ messages)

gpiolib: per-gpio edges count
 2012-04-07  3:13 UTC  (3+ messages)

[PATCH v2] of/irq: add empty irq_of_parse_and_map() for non-dt builds
 2012-04-07  3:57 UTC  (2+ messages)

[REGRESSION][PATCH V4 0/3] bpf jit drops the ball on negative memory references
 2012-04-07  3:41 UTC  (4+ messages)
` [REGRESSION][PATCH v1] bpf jit: Let the arm jit handle "

[RFC PATCH 0/2] Removal of lumpy reclaim
 2012-04-07  3:00 UTC  (4+ messages)

[GIT PULL] target fixes for v3.4-rc2
 2012-04-07  2:24 UTC 

[GIT PULL] ACPI & Power Management patches for Linux-3.4-rc1
 2012-04-07  2:08 UTC 

[ 101/175] mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem
 2012-04-07  2:00 UTC  (5+ messages)

[PATCH] gpio: Fix uninitialized variable bit in adp5588_irq_handler
 2012-04-06 22:48 UTC  (2+ messages)

[PATCH v2 00/13] at91: 3.4-rc1 fixes
 2012-04-07  1:43 UTC  (4+ messages)
` [PATCH v2 13/13] ARM: at91: dt: remove unit-address part for memory nodes

[PATCH] gpio: Update GPIO_PCA953X Kconfig entry to include more supported devices
 2012-04-06 22:43 UTC  (2+ messages)

Point-to-point bus in device tree
 2012-04-07  1:27 UTC  (5+ messages)

[PATCH 0/2] Add device tree support for omap4 keypad
 2012-04-07  1:39 UTC  (4+ messages)
` [PATCH 1/2] arm/dts: omap4-sdp: Add keypad data

[PATCHv3 0/3] bmp085: add support for bmp18x chip
 2012-04-07  1:37 UTC  (6+ messages)
` [PATCHv3 3/3] misc: add support for bmp18x chips to the bmp085 driver

[PATCH] irq/irq_domain: Quit ignoring error returns from irq_alloc_desc_from()
 2012-04-07  1:26 UTC  (5+ messages)

[PATCH] gpio: use module_pci_driver
 2012-04-06 22:45 UTC  (2+ messages)

net: kernel BUG() in net/netns/generic.h:45
 2012-04-07  1:35 UTC  (7+ messages)
      ` [PATCH 1/2] net: In unregister_netdevice_notifier unregister the netdevices
        ` [PATCH 2/2] phonet: Sort out initiailziation and cleanup code

linux-next: change PCI trees
 2012-04-07  1:10 UTC  (2+ messages)

[PATCH] Btrfs: remove BUG_ON from get_restripe_target
 2012-04-07  1:06 UTC  (4+ messages)
` [PATCH v2] Btrfs, lockdep: get_restripe_target: use lockdep in BUG_ON

[PATCH] Smack: allow for significantly longer Smack labels
 2012-04-07  1:01 UTC 

[GIT PULL] MMC fixes for 3.4-rc2
 2012-04-07  0:51 UTC  (3+ messages)

[PATCH 2/5] mtip32xx: Add new sysfs entry 'status' and fix restart port
 2012-04-07  0:28 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox