All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-11-03 04:08:13 to 2013-11-03 10:34:07 UTC [more...]

[Buildroot] [PATCH] util-linux: disable fallocate for avr32
 2013-11-03 10:34 UTC  (2+ messages)

[Qemu-devel] Trace ARM PC
 2013-11-03 10:31 UTC 

[Bug 41079] New: xorg-r600: display (sometimes) doesn't get updated or only partially
 2013-11-03 10:31 UTC  (2+ messages)
` [Bug 41079] "

[Bug 40986] New: xorg-r600: graphical glitches on cursor display
 2013-11-03 10:30 UTC  (2+ messages)
` [Bug 40986] "

[PATCH] Critical ARC Fix for 3.12
 2013-11-03 10:29 UTC  (2+ messages)

[Buildroot] [PATCH] libcap-ng: disable_on_avr32
 2013-11-03 10:27 UTC  (2+ messages)

git svn fetch stops at revision 1485500
 2013-11-03 10:19 UTC 

m68k-bootinfo
 2013-11-03 10:24 UTC 

[Buildroot] [PATCH] Makefile: fix out-of-tree builds with multiple targets with 'all'
 2013-11-03 10:24 UTC  (2+ messages)

[PATCH 00/12] DDBridge 0.9.10 driver updates
 2013-11-03 10:23 UTC  (17+ messages)
` [PATCH 01/12] dvb-frontends: Support for DVB-C2 to DVB frontends
` [PATCH 02/12] tda18271c2dd: Fix description of NXP TDA18271C2 silicon tuner
` [PATCH 03/12] stv0367dd: Support for STV 0367 DVB-C/T (DD) demodulator
` [PATCH 04/12] tda18212dd: Support for NXP TDA18212 (DD) silicon tuner
` [PATCH 05/12] cxd2843: Support for CXD2843ER demodulator for DVB-T/T2/C/C2
` [PATCH 06/12] dvb-core: export dvb_usercopy and new DVB device constants
` [PATCH 07/12] ddbridge: Updated ddbridge registers
` [PATCH 08/12] ddbridge: Moved i2c interfaces into separate file

[Buildroot] [PATCH v2] Makefile: fix out-of-tree builds with multiple targets with 'all'
 2013-11-03 10:23 UTC 

[PATCH] x86: Allow NR_CPUS=1024
 2013-11-03 10:21 UTC  (3+ messages)

[PATCH] dmi: Avoid unaligned memory access in save_mem_devices()
 2013-11-03 10:19 UTC  (2+ messages)
` [tip:x86/mce] "

[RFC] variable glossary in ref manual, lots of little fixes
 2013-11-03 10:16 UTC 

[PATCH] nfs: set security label when revalidating inode
 2013-11-03 10:14 UTC  (3+ messages)

[PATCH] mm: cache largest vma
 2013-11-03 10:12 UTC  (7+ messages)

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

[Qemu-devel] [PATCH] qemu-ga: vss-win32: Install VSS provider COM+ application service
 2013-11-03  9:59 UTC  (2+ messages)

drives/* dir symbolic link names mapped to drive letters?
 2013-11-03  9:55 UTC 

pedantry alert! "Caution" rendered differently from "Note" in online docs
 2013-11-03  9:51 UTC 

[PATCH] ARM: OMAP2+: smsc911x: fix return value check in gpmc_smsc911x_init()
 2013-11-03  9:50 UTC  (3+ messages)

Need Some explanation about n iSCSI-based storage pool
 2013-11-03  9:43 UTC  (3+ messages)

[B.A.T.M.A.N.] lost connection to a client / Q: transglobal-table
 2013-11-03  9:42 UTC  (8+ messages)

KMS/radeon regression: failure to set modes on CEDAR & TAHITI v3.11 vs 3.12-rc5/rc7
 2013-11-03  9:41 UTC 

[PATCH 0/2] Add SMP support for the Allwinner A31 SoCs
 2013-11-03  9:30 UTC  (6+ messages)
` [PATCH 1/2] ARM: sun6i: dt: Add IP needed to bring up the additional cores
` [PATCH 2/2] ARM: sun6i: Add SMP support for the Allwinner A31

[Buildroot] [PATCH] dropwatch: fix avr32 build failure
 2013-11-03  9:30 UTC 

Intel Wireless 7260 hardware timed out randomly
 2013-11-03  9:23 UTC  (2+ messages)
` [Ilw] "

[Bug 64291] New: ignore_nice_load for Intel's P-state driver?
 2013-11-03  9:15 UTC 

[PATCHv2 00/29] Fix errors/warnings with allmodconfig/allyesconfig on non-x86 archs
 2013-11-03  9:12 UTC  (8+ messages)
` [PATCHv2 19/29] tuners: Don't use dynamic static allocation

[nightly] Core TISDK 2013.10 build 2013-11-03_01-01-44
 2013-11-03  8:51 UTC 

[PATCH 00/62] Broadwell kernel driver support
 2013-11-03  8:45 UTC  (45+ messages)
` [PATCH 20/62] drm/i915/bdw: Add GTT functions
` [PATCH 21/62] drm/i915/bdw: Support BDW caching
` [PATCH 22/62] drm/i915/bdw: Implement Full Force Miss disables
` [PATCH 23/62] drm/i915/bdw: PPGTT init & cleanup
` [PATCH 24/62] drm/i915/bdw: Initialize the PDEs
` [PATCH 25/62] drm/i915/bdw: Implement PPGTT clear range
` [PATCH 26/62] drm/i915/bdw: Implement PPGTT insert
` [PATCH 27/62] drm/i915/bdw: Implement PPGTT enable
` [PATCH 28/62] drm/i915/bdw: unleash PPGTT
` [PATCH 29/62] drm/i915/bdw: Render ring flushing
` [PATCH 30/62] drm/i915/bdw: BSD init for gen8 also
` [PATCH 31/62] drm/i915/bdw: Don't muck with gtt_size on Gen8 when PPGTT setup fails
` [PATCH 32/62] drm/i915/bdw: ppgtt info in debugfs
` [PATCH 33/62] drm/i915/bdw: add IS_BROADWELL macro
` [PATCH 34/62] drm/i915/bdw: Broadwell has 3 pipes
` [PATCH 35/62] drm/i915/bdw: add Broadwell sprite/plane/cursor checks
` [PATCH 36/62] drm/i915/bdw: Broadwell also has the "power down well"
` [PATCH 37/62] drm/i915/bdw: pretend we have LPT LP on Broadwell
` [PATCH 38/62] drm/i915/bdw: get the correct LCPLL frequency "
` [PATCH 39/62] drm/i915/bdw: on Broadwell, the panel fitter is on the pipe
` [PATCH 40/62] drm/i915/bdw: Broadwell has PIPEMISC
` [PATCH 41/62] drm/i915/bdw: Use pipe CSC on Broadwell
` [PATCH 42/62] drm/i915/bdw: Implement WaSwitchSolVfFArbitrationPriority
` [PATCH 43/62] drm/i915/bdw: Add BDW DDI buffer translation values
` [PATCH 44/62] drm/i915/bdw: add BDW DDI buf translations for eDP
` [PATCH 45/62] drm/i915/bdw: add support for BDW DP voltage swings and pre-emphasis
` [PATCH 46/62] drm/i915/bdw: BDW also has only 2 FDI lanes
` [PATCH 47/62] drm/i915/bdw: check DPD on port D when setting the DDI buffers
` [PATCH 48/62] drm/i915/bdw: Add Broadwell display FIFO limits
` [PATCH 49/62] drm/i915/bdw: Use The GT mailbox for IPS enable/disable
` [PATCH 50/62] drm/i915/bdw: Support eDP PSR
` [PATCH 51/62] drm/i915/bdw: Use HSW formula for ring freq scaling
` [PATCH 52/62] drm/i915/bdw: Don't wait for c0 threads on forcewake
` [PATCH 53/62] drm/i915/bdw: Broadwell has a max port clock of 300Mhz on HDMI
` [PATCH 54/62] drm/i915/bdw: Create a separate BDW rps enable
` [PATCH 55/62] drm/i915/bdw: Disable semaphores
` [PATCH 56/62] drm/i915/bdw: Implement edp PSR workarounds
` [PATCH 57/62] drm/i915/bdw: BWGTLB clock gate disable
` [PATCH 58/62] drm/i915/bdw: Disable centroid pixel perf optimization
` [PATCH 59/62] drm/i915/bdw: Sampler power bypass disable
` [PATCH 60/62] drm/i915/bdw: Limit SDE poly depth FIFO to 2
` [PATCH 61/62] drm/i915/bdw: conservative SBE VUE cache mode
` [PATCH 62/62] drm/i915/bdw: WaSingleSubspanDispatchOnAALinesAndPoints

[PATCH 0/2] IPC DoS fix
 2013-11-03  8:36 UTC  (4+ messages)
` [PATCH 1/2] ipc, msg: fix message length check for negative values

[PATCH 0/3] Fix tests on Windows caused by random CRLF output
 2013-11-03  8:32 UTC  (6+ messages)
` [PATCH 2/3] Windows: a test_cmp that is agnostic to random LF <> CRLF conversions

[PATCH for-next 0/2] Fix build warnings
 2013-11-03  8:22 UTC  (5+ messages)
` [PATCH for-next 1/2] IB/core: "

[PATCH for-next V1 0/2] Fix build warnings in the IB core and mlx4_ib
 2013-11-03  8:20 UTC  (3+ messages)
  ` [PATCH for-next V1 1/2] IB/core: Fix build warnings
  ` [PATCH for-next V1 2/2] IB/mlx4: "

[PATCH] Staging: ft1000: fixed coding style issues
 2013-11-03  8:18 UTC  (4+ messages)

How to use increased number of ACL entries?
 2013-11-03  8:17 UTC 

[LTP] [PATCH v3] acct01: fix TBROK to TCONF if acct not implemented
 2013-11-03  8:14 UTC 

virtio-net: how to prevent receiving big packages?
 2013-11-03  8:07 UTC 

[LTP] [PATCH v2] acct01: fix TBROK to TCONF if acct not implemented
 2013-11-03  8:08 UTC 

RTL2832U DAB Support?
 2013-11-03  8:05 UTC  (3+ messages)

[PATCH net] net/mlx4_core: Fix call to __mlx4_unregister_mac
 2013-11-03  8:04 UTC 

[L10N] Kick off for Git 1.8.5 l10n round 1
 2013-11-03  8:03 UTC  (4+ messages)
` [PATCH] remote: unify main and subcommand usage strings

[PATCH net-next V1 0/9] Mellanox driver updates
 2013-11-03  8:03 UTC  (10+ messages)
` [PATCH net-next V1 1/9] net/mlx4_core: Fix register/unreg vlan flow
` [PATCH net-next V1 2/9] net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec
` [PATCH net-next V1 3/9] net/mlx4_en: Use vlan id instead of vlan index for unregistration
` [PATCH net-next V1 4/9] net/mlx4_core: Resource tracker for reg/unreg vlans
` [PATCH net-next V1 5/9] net/mlx4_core: Don't fail reg/unreg vlan for older guests
` [PATCH net-next V1 6/9] net/mlx4_core: Fix checking order in MR table init
` [PATCH net-next V1 7/9] mlx4: Structures and init/teardown for VF resource quotas
` [PATCH net-next V1 8/9] net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper
` [PATCH net-next V1 9/9] net/mlx4_core: Implement resource quota enforcement

[BUG?] "error: cache entry has null sha1"
 2013-11-03  8:03 UTC  (3+ messages)
` Re* "

mei: cancel stall timers in mei_reset
 2013-11-03  7:53 UTC  (2+ messages)

[Alsa-user] hdmi sound rerouted?
 2013-11-03  7:50 UTC 

dentry Hash Method
 2013-11-03  7:47 UTC 

[LTP] [PATCH] acct01: fix TBROK to TCONF if acct not implemented
 2013-11-03  7:42 UTC 

[Bug 71116] New: [Ubuntu userspace upgrade 13.04 -> 13.10][regression] NV34 card fails to properly resume
 2013-11-03  7:40 UTC  (5+ messages)
  ` [Bug 71116] "

[PATCH 1/1] bcm2835: move mci register at board level
 2013-11-03  7:30 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2013-11-02
 2013-11-03  7:30 UTC 

[PATCH] ARM: S3C24XX: remove unused Kconfig parameter
 2013-11-03  7:25 UTC  (2+ messages)

[PATCH] CPU Jitter RNG: inclusion into kernel crypto API and /dev/random
 2013-11-03  7:20 UTC  (4+ messages)

[xen-unstable test] 21400: tolerable FAIL
 2013-11-03  7:05 UTC 

[patch -next] mlx5_core: warn if no space left in alloc_4k()
 2013-11-03  7:03 UTC  (3+ messages)

Zero Divide in Kernel 3.12-rc4
 2013-11-03  6:55 UTC  (7+ messages)

[qemu-upstream-unstable test] 21401: regressions - FAIL
 2013-11-03  6:52 UTC 

Приветствую
 2013-11-03  6:31 UTC 

[PATCH] extcon-gpio: add devicetree support
 2013-11-03  6:38 UTC  (4+ messages)

hi all How to understand some codes in the function of __FD_SET?
 2013-11-03  6:35 UTC 

[PATCH v2] sg: O_EXCL and other lock handling
 2013-11-03  6:32 UTC  (6+ messages)

thoughts of looking at android fences
 2013-11-03  6:31 UTC  (8+ messages)
` [Linaro-mm-sig] "

[PATCH] test/libcephfs: free cmount after tests finishes
 2013-11-03  6:22 UTC  (2+ messages)

[PATCH] osd/erasurecode: correct one variable name in jerasure_matrix_to_bitmatrix()
 2013-11-03  6:14 UTC  (2+ messages)

[U-Boot] [PATCH] Remove <<<<<< HEAD from boards.cfg
 2013-11-03  6:08 UTC 

[B.A.T.M.A.N.] alfred hook to run when new information is received?
 2013-11-03  5:52 UTC 

[PATCH v3 net-next] net: pkt_sched: PIE AQM scheme
 2013-11-03  5:38 UTC  (3+ messages)

[PATCH] HID: roccat: Fixed Coverity CID 141438
 2013-11-03  5:25 UTC 

128 bits extent bmap for file format 2
 2013-11-03  5:20 UTC  (3+ messages)

Festival Shutdown : Kernelnewbies Digest, Vol 36, Issue 4
 2013-11-03  5:20 UTC 

Block device driver question
 2013-11-03  5:18 UTC  (4+ messages)

Question on Alignment
 2013-11-03  4:20 UTC  (2+ messages)


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.