All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-23 19:03:33 to 2013-11-24 00:00:34 UTC [more...]

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

[PATCH] rebalance locks by converting write_lock_bh to write_lock+local_bh_disable
 2013-11-23 23:58 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2013-11-22
 2013-11-23 23:50 UTC  (2+ messages)
` [Buildroot] [PATCH] lvm2: replace !BR2_PACKAGE_LVM2_DMSETUP_ONLY by BR2_PACKAGE_LVM2_FULL_SUITE

[PATCH 0/5] ARM: keystone: Misc updates
 2013-11-23 23:41 UTC  (6+ messages)
` [PATCH 1/5] ARM: keystone: enable DMA zone for LPAE
` [PATCH 2/5] ARM: keystone: Make PM bus ready before populating platform devices
` [PATCH 3/5] ARM: keystone: Avoid calling of_clk_init() twice
` [PATCH 4/5] MAINTAINERS: Add keystone git tree information
` [PATCH 5/5] MAINTAINERS: Add keystone clock drivers

[PATCH 0/3] pinctrl: Qualcomm 8x74 pinctrl driver
 2013-11-23 23:38 UTC  (8+ 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

MDADM 3.3 broken?
 2013-11-23 23:36 UTC  (18+ messages)

[PATCH 0/3] ARM: mm: Switch ARM port to NO_BOOTMEM
 2013-11-23 23:34 UTC  (4+ messages)
` [PATCH 1/3] ARM: mm: Fix max_mapnr with recent max*pfn updates
` [PATCH 2/3] ARM: mm: Don't allow resizing of memblock data until "low" memory is not mapped
` [PATCH 3/3] ARM: mm: Remove bootmem code and switch to NO_BOOTMEM

[dm-crypt] cryptsetup, tcrypt-system and multiple partitions
 2013-11-23 23:32 UTC 

[PATCH 02/10] dell-laptop: Only enable rfkill on Latitudes
 2013-11-23 23:32 UTC  (2+ messages)

[PATCH v2] Documentation: gpiolib: document new interface
 2013-11-23 23:31 UTC  (2+ messages)

прохаживайтесь без очков
 2013-11-23 23:29 UTC 

[PATCH] mm: nobootmem: avoid type warning about alignment value
 2013-11-23 23:28 UTC  (3+ messages)

Re[2]: [mlmmj] Problems with microsoft
 2013-11-23 23:26 UTC 

[PATCH] sysfs: handle duplicate removal attempts in sysfs_remove_group()
 2013-11-23 23:36 UTC  (8+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2013-11-22
 2013-11-23 23:15 UTC  (7+ messages)

[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

[Buildroot] [autobuild.buildroot.net] Build results for 2013-11-21
 2013-11-23 23:07 UTC  (5+ messages)
` [Buildroot] Analysis of build failures

[PATCH net 0/3] be2net: Patch set
 2013-11-23 23:11 UTC  (2+ messages)

ACPI
 2013-11-23 23:03 UTC  (6+ messages)

Fw: [Bug 65261] New: Packet loss or excessive packet delay repeatedly for some seconds
 2013-11-23 23:01 UTC  (12+ messages)
          ` Re2: "

[Bug 64021] New: nouveau: Second card output corrupted after suspend / resume
 2013-11-23 23:02 UTC  (2+ messages)
` [Bug 64021] "

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

[ANNOUNCE] iptables 1.4.21 release
 2013-11-23 22:57 UTC  (3+ messages)

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

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

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

[PATCH] net: sched: tbf: fix an oops when a GSO packet cannot be enqueued
 2013-11-23 22:49 UTC  (6+ messages)
      ` [PATCH] sch_tbf: handle too small burst

[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] ipv6: fix leaking uninitialized port number of offender sockaddr
 2013-11-23 22:49 UTC  (2+ messages)

[PATCH] inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions
 2013-11-23 22:49 UTC  (2+ messages)

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

[PATCH] tcp_memcg: remove useless var old_lim
 2013-11-23 22:47 UTC  (2+ messages)

[PATCH v3] net: Do not include padding in TCP GRO checksum
 2013-11-23 22:47 UTC  (7+ messages)
` [1/2] gro: Only verify TCP checksums for candidates
` [2/2] gro: Clean up tcpX_gro_receive checksum verification

[PATCH] checkpatch: change status of warning from "BRACES" to "BRACES_SINGLE_STMT"
 2013-11-23 22:38 UTC 

[lttng-tools PATCH 0/5] utils_expand_path fix
 2013-11-23 22:32 UTC  (6+ messages)
  ` [lttng-tools PATCH 1/5] Add missing copyright to utils.c
  ` [lttng-tools PATCH 2/5] Fix: comment indentation
  ` [lttng-tools PATCH 3/5] Fix: utils_expand_path now works for paths that ends with '/.' or '/..'
  ` [lttng-tools PATCH 4/5] Tests: add symlink tests for test_utils_expand_path
  ` [lttng-tools PATCH 5/5] Tests: add valid test cases to test_utils_expand_path

[PATCH v3.13-rc1 1/2] sysfs: handle duplicate removal attempts in sysfs_remove_group()
 2013-11-23 22:26 UTC  (2+ messages)

[PATCH v6 4/5] MCS Lock: Barrier corrections
 2013-11-23 22:24 UTC  (19+ messages)

Triple parity and beyond
 2013-11-23 22:10 UTC  (4+ messages)

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

stoppind md from kicking out "bad' drives
 2013-11-23 22:05 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/8] Steps towards per CPU address-spaces
 2013-11-23 21:56 UTC  (6+ messages)
` [Qemu-devel] [RFC PATCH 6/8] cpu: Add per-cpu address space

[Bug 71864] New: [RS690] GPU Lockup CP Stall and Resulting Kernel Oops (Kernel 3.2.0)
 2013-11-23 21:41 UTC  (2+ messages)
` [Bug 71864] "

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

[lm-sensors] [PATCH] Input: ads7846: Convert to devm_hwmon_device_register_with_groups
 2013-11-23 21:37 UTC  (2+ messages)
`  "

[PATCH babeltrace python/bindings] Python-bindings fix: outdated dist target babeltrace.i
 2013-11-23 21:30 UTC 

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

Windfarm's max6690 sensor driver was not included in makefile
 2013-11-23 21:18 UTC  (2+ messages)

eth0: hw csum failure
 2013-11-23 21:17 UTC  (2+ messages)

[PATCH] spi: davinci: Fix the build warning with CONFIG_ARM_LPAE=y
 2013-11-23 21:17 UTC  (6+ messages)

New build failures in v3.13-rc1
 2013-11-23 21:10 UTC  (7+ messages)

[PATCH 0/5] Prepare making omap3 device tree only and convert LDP
 2013-11-23 21:09 UTC  (9+ messages)
` N900 board code in 3.14

[PATCH] offb: make the screen properties endian safe
 2013-11-23 21:04 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/5] N900 DT support for N900 panel
 2013-11-23 20:57 UTC  (6+ messages)
` [PATCH 1/5] OMAPDSS: ACX565AKM: Add basic DT support
` [PATCH 2/5] DTS: ARM: OMAP3-N900: Add vendor prefixes to SPI devices
` [PATCH 3/5] DTS: ARM: OMAP3-N900: Add reset gpio to lcd node
` [PATCH 4/5] OMAPDSS: SDI: Use V28 as regulator for N900
` [PATCH 5/5] Documentation: dt: Document ACX565AKM DT binding

Возвратите себе потенциальность достойно замечать
 2013-11-23 20:40 UTC 

[patch -mm] mm, mempolicy: silence gcc warning
 2013-11-23 20:49 UTC  (3+ messages)

[PATCH RESEND 3/5] ARM: brcmstb: add misc. DT bindings for brcm, brcmstb
 2013-11-23 20:45 UTC  (4+ messages)

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

Git issues with submodules
 2013-11-23 20:32 UTC  (14+ messages)
                  `  "

kernel panic using external journal and snapshots
 2013-11-23 20:30 UTC  (3+ messages)

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

HVMs terminating as (null)
 2013-11-23 20:26 UTC  (7+ messages)

[PATCH] subtree: add squash handling for split and push
 2013-11-23 20:18 UTC 

[PATCH] xen-image-minimal: fix syslinux dependency
 2013-11-23 20:17 UTC 

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

r8169 - it's dead jim
 2013-11-23 19:46 UTC 

[PATCH 1/2] OMAP4: fix writel data/address swap regression
 2013-11-23 19:58 UTC  (2+ messages)
` [PATCH 2/2] OMAP4: fix omap4_bootsource regression

MIPS: 3.13-rc1 regression: Loongson2 broken
 2013-11-23 19:53 UTC 

openSUSE 13.1: bt headsets lose connection
 2013-11-23 19:47 UTC 

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

[PATCH] pciehp: Acknowledge the spurious "cmd completed" event
 2013-11-23 19:32 UTC  (12+ 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()

[Xenomai] a question about the Xenomai functionality when page fault exception
 2013-11-23 19:19 UTC  (2+ messages)

[Xenomai] some questions: domains and user/kernel code
 2013-11-23 19:18 UTC  (2+ messages)

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

[PATCH net v3 0/2] net: sched: fix some issues
 2013-11-23 19:06 UTC  (3+ messages)
` [PATCH net v3 1/2] net: sched: tbf: fix calculation of max_size

[lm-sensors] [PATCH 0/5] hwmon updates for x86 platform drivers
 2013-11-23 19:03 UTC  (2+ messages)
` [PATCH 5/5] eeepc-laptop: Convert to use devm_hwmon_device_register_with_groups


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.