linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-23 08:55:29 to 2013-11-24 03:26:14 UTC [more...]

[PATCH] clk: mvebu: staticize of_cpu_clk_setup
 2013-11-24  3:26 UTC  (2+ messages)

[PATCH 0/4] ACPICA: Stable material of ACPI executer fixes for linux-3.8
 2013-11-24  3:21 UTC  (6+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: adds a tracepoint for submit_read_page
 2013-11-24  3:08 UTC  (2+ messages)

[PATCH] f2fs: merge read IOs at ra_nat_pages()
 2013-11-24  2:46 UTC  (3+ messages)
` [f2fs-dev] "

Why is O_DSYNC on linux so slow / what's wrong with my SSD?
 2013-11-24  2:43 UTC  (24+ messages)

[PATCH tty-next 0/7] n_tty cleanup + trace additions
 2013-11-24  2:38 UTC  (11+ messages)
` [PATCH tty-next 5/7] n_tty: Refactor input_available_p() by call site
` [PATCH tty-next 6/7] n_tty: Only perform wakeups for waiters
` [PATCH tty-next 7/7] n_tty: trace input/read flow control

[PATCH 1/3] percpu: stop the loop when a cpu belongs to a new group
 2013-11-24  1:48 UTC  (9+ messages)

[PATCH] Squashfs: fix failure to unlock pages on decompress error
 2013-11-24  1:22 UTC 

[PATCH 1/7] Squashfs: Refactor decompressor interface and code
 2013-11-24  1:19 UTC  (4+ messages)
` [PATCH 6/7] Squashfs: Directly decompress into the page cache for file data

[PATCH] video: backlight: Remove backlight sysfs uevent
 2013-11-24  1:02 UTC  (10+ messages)
              ` [ibm-acpi-devel] "

[PATCH] sysfs: handle duplicate removal attempts in sysfs_remove_group()
 2013-11-24  1:09 UTC  (10+ messages)
            ` [PATCH] PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()

[PATCH 1/2] New Driver for IOSF-SB MBI access on Intel SOCs
 2013-11-24  0:41 UTC  (2+ messages)

[PATCH] n_tty: Fix 4096-byte canonical reads
 2013-11-24  0:38 UTC  (2+ messages)

Large pastes into readline enabled programs causes breakage from v2.6.31 onwards
 2013-11-24  0:29 UTC  (10+ messages)

New build failures in v3.13-rc1
 2013-11-23 23:54 UTC  (8+ messages)

[PATCH 0/3] perf tools: Add data file write interface
 2013-11-24  0:00 UTC  (4+ messages)

[PATCH 0/3] pinctrl: Qualcomm 8x74 pinctrl driver
 2013-11-23 23:38 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: Add Qualcomm TLMM driver
  ` [PATCH 2/3] pinctrl: Add msm8x74 configuration
    ` [PATCH 3/3] pinctrl: Add documentation for pinctrl-msm8x74

[PATCH] mm: nobootmem: avoid type warning about alignment value
 2013-11-23 23:28 UTC 

[PATCHSET driver-core-next] sysfs: separate out kernfs, take #3
 2013-11-23 23:09 UTC  (46+ messages)
` [PATCH 01/41] sysfs: drop kobj_ns_type handling, take #2
  ` [PATCH v2 "
` [PATCH 02/41] sysfs: make __sysfs_add_one() fail if the parent isn't a directory
` [PATCH 03/41] sysfs, kernfs: add skeletons for kernfs
` [PATCH 04/41] sysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
` [PATCH 05/41] sysfs, kernfs: introduce kernfs_create_link()
` [PATCH 06/41] sysfs, kernfs: introduce kernfs_rename[_ns]()
` [PATCH 07/41] sysfs, kernfs: introduce kernfs_setattr()
` [PATCH 08/41] sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ->priv
` [PATCH 09/41] sysfs, kernfs: introduce kernfs_create_dir[_ns]()
  ` [PATCH v4 "
` [PATCH 10/41] sysfs, kernfs: prepare read path for kernfs
` [PATCH 11/41] sysfs, kernfs: prepare write "
` [PATCH 12/41] sysfs, kernfs: prepare mmap "
` [PATCH 13/41] sysfs, kernfs: prepare open, release, poll paths "
` [PATCH 14/41] sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h
` [PATCH 15/41] sysfs, kernfs: introduce kernfs_ops
` [PATCH 16/41] sysfs, kernfs: add sysfs_dirent->s_attr.size
` [PATCH 17/41] sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
` [PATCH 18/41] sysfs, kernfs: introduce kernfs_create_file[_ns]()
` [PATCH 19/41] sysfs, kernfs: remove sysfs_add_one()
` [PATCH 20/41] sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
` [PATCH 21/41] sysfs, kernfs: introduce kernfs_notify()
` [PATCH 22/41] sysfs, kernfs: reorganize SYSFS_* constants
` [PATCH 23/41] sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation
` [PATCH 24/41] sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put()
` [PATCH 25/41] sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h
` [PATCH 26/41] sysfs, kernfs: move inode code to fs/kernfs/inode.c
` [PATCH 27/41] sysfs, kernfs: move dir core code to fs/kernfs/dir.c
` [PATCH 28/41] sysfs, kernfs: move file core code to fs/kernfs/file.c
` [PATCH 29/41] sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c
` [PATCH 30/41] sysfs, kernfs: drop unused params from sysfs_fill_super()
` [PATCH 31/41] sysfs, kernfs: make sysfs_super_info->ns const
` [PATCH 32/41] sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init()
` [PATCH 33/41] sysfs, kernfs: introduce sysfs_root_sd
` [PATCH 34/41] sysfs, kernfs: implement kernfs_create/destroy_root()
` [PATCH 35/41] sysfs, kernfs: make inode number ida per kernfs_root
` [PATCH 36/41] sysfs, kernfs: make super_blocks bind to different kernfs_roots
` [PATCH 37/41] sysfs, kernfs: prepare mount path for kernfs
` [PATCH 38/41] sysfs, kernfs: move mount core code to fs/kernfs/mount.c
` [PATCH 39/41] sysfs, kernfs: make sysfs_dirent definition public
` [PATCH 40/41] sysfs, kernfs: implement kernfs_ns_enabled()
` [PATCH 41/41] sysfs, kernfs: remove cross inclusions of internal headers

свет можно зреть без очков
 2013-11-23 22:34 UTC 

[Patch v2] IPv6: Fixed support for blackhole and prohibit routes
 2013-11-23 22:41 UTC  (2+ messages)

[PATCHSET REPOST driver-core-next] kernfs: implement trusted.* xattr support
 2013-11-23 22:40 UTC  (3+ messages)
` [PATCH 1/2] kernfs: update sysfs_init_inode_attrs()
` [PATCH 2/2] kernfs: implement "trusted.*" xattr support

[PATCH] sit: generate icmpv6 error when receiving icmpv4 error
 2013-11-23 22:48 UTC  (2+ messages)

[PATCH] net: sctp: find the correct highest_new_tsn in sack
 2013-11-23 22:46 UTC  (3+ messages)

[PATCH v3.13-rc1 1/2] sysfs: handle duplicate removal attempts in sysfs_remove_group()
 2013-11-23 22:26 UTC  (3+ messages)
` [PATCH v3.13-rc1 2/2] sysfs: use a separate locking class for open files depending on mmap

[OOPS][3.12] BUG: unable to handle kernel NULL pointer dereference at 0000000c
 2013-11-23 21:10 UTC  (6+ messages)

[PATCH] ARM: keystone: enable big endian support
 2013-11-23 21:36 UTC  (2+ messages)

[PATCH] Input: ads7846: Convert to devm_hwmon_device_register_with_groups
 2013-11-23 21:37 UTC 

IRQF_RESUME_EARLY and errors in dpm_suspend_noirq
 2013-11-23 21:25 UTC  (3+ messages)

[PATCH v2] mm/zswap: change zswap to writethrough cache
 2013-11-23 20:35 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] mm/zswap: reverse zswap_entry tree/refcount relationship
 2013-11-23 20:29 UTC  (3+ messages)

[PATCH 0/1] tracing: Introduce "pseudo registers" for FETCH_MTD_reg
 2013-11-23 20:16 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] net: sctp: set chunk->tsn_gap_acked at the end of cycle
 2013-11-23 19:37 UTC  (6+ messages)

[PATCH 0/4] in_exec/etc cleanups
 2013-11-23 19:22 UTC  (3+ messages)
` [PATCH 3/4] exec: move the final allow_write_access/fput into free_bprm()

[GIT PULL] Ceph updates and fixes for 3.13
 2013-11-23 19:16 UTC 

[PATCH 0/5] hwmon updates for x86 platform drivers
 2013-11-23 19:03 UTC  (6+ messages)
` [PATCH 1/5] asus-wmi: Convert to use devm_hwmon_device_register_with_groups
` [PATCH 2/5] compal-laptop: Replace SENSOR_DEVICE_ATTR with DEVICE_ATTR
` [PATCH 3/5] compal-laptop: Use devm_kzalloc to allocate local data structure
` [PATCH 4/5] compal-laptop: Use devm_hwmon_device_register_with_groups
` [PATCH 5/5] eeepc-laptop: Convert to use devm_hwmon_device_register_with_groups

Build regressions/improvements in v3.13-rc1
 2013-11-23 18:58 UTC 

[PATCH v2] sched: Check sched_domain before computing group power
 2013-11-23 18:53 UTC  (8+ messages)
` [tip:sched/urgent] "

[PATCHv5 00/20] device thermal limits represented in device tree nodes (v5)
 2013-11-23 18:38 UTC  (7+ messages)
` [PATCHv5 06/20] hwmon: lm75: expose to thermal fw via DT nodes

[PATCH 0/3] Reuse davinci-nand driver for Keystone arch
 2013-11-23 18:15 UTC  (3+ messages)
` [PATCH 1/3] mtd: nand: davinci: reuse "

[PATCH] input:keyboard: "keycode & KEY_MAX" changes some keycode value
 2013-11-23 18:06 UTC  (2+ messages)

Fwd: [PATCH 6/8] watchdog: davinci: reuse driver for keystone arch
 2013-11-23 18:02 UTC  (2+ messages)

Fwd: [PATCH 7/8] watchdog: davinci: add "clocks" property
 2013-11-23 17:57 UTC  (2+ messages)

[PATCH] itg3200: add dt support
 2013-11-23 18:46 UTC  (4+ messages)

[PATCH] usb: hub: avoid possible division by zero
 2013-11-23 17:26 UTC  (3+ messages)

[PATCH] Staging:comedi:pcmmio Fixed a printk format in debug section
 2013-11-23 17:23 UTC  (2+ messages)

[PATCH] debugfs: Adding support to 16-bit regs and 8-bits regs
 2013-11-23 17:22 UTC  (2+ messages)

[PATCH RESEND v2 0/2] xen: vnuma introduction for pv guest
 2013-11-23 16:48 UTC  (8+ messages)
` [PATCH RESEND v2 2/2] xen: enable vnuma for PV guest
            ` [Xen-devel] "

[PATCH] of/platform: Fix no irq domain found errors when populating interrupts
 2013-11-23 16:32 UTC  (7+ messages)

[PATCH 0/8] OMAP: timers: Preparation for migration to clocksource
 2013-11-23 16:26 UTC  (7+ messages)
` [PATCH 5/8] ARM: OMAP2+: timer: Introduce OF-friendly clocksource/clockevent system timers

[GIT PULL] posix cpu timers cleanups for 3.14
 2013-11-23 15:37 UTC  (11+ messages)
` [PATCH 01/10] posix-timers: Remove dead thread posix cpu timers caching
` [PATCH 02/10] posix-timers: Remove dead process "
` [PATCH 03/10] posix-timers: Cleanup reaped target handling
` [PATCH 04/10] posix-timers: Remove dead task special case
` [PATCH 05/10] posix-timers: Remove useless clock sample on timers cleanup
` [PATCH 06/10] posix-timers: Consolidate posix_cpu_clock_get()
` [PATCH 07/10] posix-timers: Use sighand lock instead of tasklist_lock for task clock sample
` [PATCH 08/10] posix-timers: Use sighand lock instead of tasklist_lock on timer deletion
` [PATCH 09/10] posix-timers: Remove remaining uses of tasklist_lock
` [PATCH 10/10] posix-timers: Convert abuses of BUG_ON to WARN_ON

[PATCH 1/3] [trivial] mei: Fix typo in client.c
 2013-11-23 15:36 UTC  (3+ messages)
` [PATCH 2/3] [trivial] mei: Fix typo in mei/nfc.c
` [PATCH 3/3] [trivial] mei: Fix typo in mei drivers

[PATCH 2/4] check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic
 2013-11-23 15:32 UTC  (5+ messages)

[PATCH] usb: chipidea: add support for USB OTG controller on TI-NSPIRE
 2013-11-23 14:42 UTC  (2+ messages)

[PATCH] remove CONFIG_SCHED_HRTICK
 2013-11-23 14:36 UTC 

[PATCH] x86: enable DMA CMA with swiotlb
 2013-11-23 13:59 UTC  (7+ messages)

[PATCH] i915, debugfs: Fix uninitialized warning
 2013-11-23 13:51 UTC  (5+ messages)

(no subject)
 2013-11-23 13:17 UTC 

[PATCH 0/5] futex: Wakeup optimizations
 2013-11-23 13:16 UTC  (8+ messages)
` [PATCH 4/5] futex: Avoid taking hb lock if nothing to wakeup
` [PATCH 5/5] sched,futex: Provide delayed wakeup list

[patch 0/9 v3] kexec kernel efi runtime support
 2013-11-23 13:15 UTC  (5+ messages)
` [patch 5/9 v3] efi: export more efi table variable to sysfs

[PATCH] perf: Move fs.* to generic lib/lk/
 2013-11-23 13:12 UTC  (13+ messages)

/bin/sh: line 11: /bin/arch: No such file or directory ??
 2013-11-23 12:37 UTC 

[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-23 12:11 UTC  (4+ messages)
` [PATCH -tip v3 13/23] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
    `  "

[PATCH 0/2] OMAP3 ROM Random Number Generator support
 2013-11-23 12:09 UTC  (5+ messages)
` [PATCH v2 2/3] hwrng: "

assoc_array.c uninitialized variable (was: Re: [PATCH 02/10] Add a generic associative array implementation.)
 2013-11-23 12:09 UTC 

[PATCH] iio:light:tsl2563: Add DT support
 2013-11-23 12:06 UTC  (7+ messages)
` [PATCHv3] "

[PATCH] genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()
 2013-11-23 12:01 UTC 

[PATCH v2] efi-pstore: Make efi-pstore return a unique id
 2013-11-23 11:55 UTC 

v3.13-rc1: "‘system_trusted_keyring’ undeclared" caused by commit 09fbc47373826 ("KEYS: verify a certificate is signed by a 'trusted' key")
 2013-11-23 11:00 UTC 

[PATCH] hmc5843 - add basic dt support
 2013-11-23 12:00 UTC  (2+ messages)

PRIVATE MESSAGE
 2013-11-23 10:36 UTC 

[PATCH] gpiolib: use platform GPIO mappings as fallback
 2013-11-23 10:34 UTC 

[PATCH] Documentation: gpiolib: add 00-INDEX file
 2013-11-23 10:32 UTC 

Clock drift with GENERIC_TIME_VSYSCALL_OLD
 2013-11-23 10:22 UTC  (3+ messages)

[PATCH] sched: fix a trivial syntax misuse
 2013-11-23  9:38 UTC 

[PATCH 00/22] perf tools: Add traceevent plugins support
 2013-11-23  9:28 UTC  (24+ messages)
` [PATCH 05/22] tools lib traceevent: Add hrtimer plugin
` [PATCH 06/22] tools lib traceevent: Add kmem plugin
` [PATCH 07/22] tools lib traceevent: Add kvm plugin
` [PATCH 09/22] tools lib traceevent: Add sched_switch plugin
` [PATCH 10/22] tools lib traceevent: Add function plugin
` [PATCH 12/22] tools lib traceevent: Add scsi plugin
` [PATCH 13/22] tools lib traceevent: Add cfg80211 plugin
` [PATCH 14/22] tools lib traceevent: Update kvm plugin with is_writable_pte helper

[PATCH v2 0/7] gpio / ACPI: convert users to gpiod_* and drop acpi_gpio.h
 2013-11-23  9:23 UTC  (7+ messages)
` [PATCH v2 3/7] net: rfkill: gpio: remove gpio conversion support
` [PATCH v2 4/7] mmc: sdhci-acpi: covert to use GPIO descriptor API
` [PATCH v2 6/7] gpio / ACPI: get rid of acpi_gpio.h

[PATCH v2 RFC 0/3] Memory-barrier documentation updates
 2013-11-23  9:04 UTC  (5+ messages)
` [PATCH v2 RFC 1/3] documentation: Add needed ACCESS_ONCE() calls to memory-barriers.txt

[PATCH] V4L2: remove myself as a maintainer of two drivers
 2013-11-23  8:55 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).