Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292605
b: refs/heads/master
c: 1a5a990
h: refs/heads/master
i:
  292603: 01db850
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed Mar 22, 2012
1 parent a6ce407 commit 93c614b
Show file tree
Hide file tree
Showing 695 changed files with 26,367 additions and 25,974 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5375871d432ae9fc581014ac117b96aaee3cd0c7
refs/heads/master: 1a5a9906d4e8d1976b701f889d8f35d54b928f25
63 changes: 0 additions & 63 deletions trunk/Documentation/devicetree/bindings/powerpc/fsl/mpic-msgr.txt

This file was deleted.

22 changes: 1 addition & 21 deletions trunk/Documentation/devicetree/bindings/powerpc/fsl/mpic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,7 @@ PROPERTIES
to the client. The presence of this property also mandates
that any initialization related to interrupt sources shall
be limited to sources explicitly referenced in the device tree.

- big-endian
Usage: optional
Value type: <empty>
If present the MPIC will be assumed to be big-endian. Some
device-trees omit this property on MPIC nodes even when the MPIC is
in fact big-endian, so certain boards override this property.

- single-cpu-affinity
Usage: optional
Value type: <empty>
If present the MPIC will be assumed to only be able to route
non-IPI interrupts to a single CPU at a time (EG: Freescale MPIC).

- last-interrupt-source
Usage: optional
Value type: <u32>
Some MPICs do not correctly report the number of hardware sources
in the global feature registers. If specified, this field will
override the value read from MPIC_GREG_FEATURE_LAST_SRC.


INTERRUPT SPECIFIER DEFINITION

Interrupt specifiers consists of 4 cells encoded as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ Required properties:
etc.) and the second is "fsl,mpic-msi" or "fsl,ipic-msi" depending on
the parent type.

- reg : It may contain one or two regions. The first region should contain
the address and the length of the shared message interrupt register set.
The second region should contain the address of aliased MSIIR register for
platforms that have such an alias.
- reg : should contain the address and the length of the shared message
interrupt register set.

- msi-available-ranges: use <start count> style section to define which
msi interrupt can be used in the 256 msi interrupts. This property is
Expand Down
2 changes: 1 addition & 1 deletion trunk/Documentation/filesystems/debugfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ file.
void __iomem *base;
};

struct dentry *debugfs_create_regset32(const char *name, umode_t mode,
struct dentry *debugfs_create_regset32(const char *name, mode_t mode,
struct dentry *parent,
struct debugfs_regset32 *regset);

Expand Down
6 changes: 0 additions & 6 deletions trunk/Documentation/filesystems/porting
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,3 @@ filemap_write_and_wait_range() so that all dirty pages are synced out properly.
You must also keep in mind that ->fsync() is not called with i_mutex held
anymore, so if you require i_mutex locking you must make sure to take it and
release it yourself.

--
[mandatory]
d_alloc_root() is gone, along with a lot of bugs caused by code
misusing it. Replacement: d_make_root(inode). The difference is,
d_make_root() drops the reference to inode if dentry allocation fails.
174 changes: 0 additions & 174 deletions trunk/Documentation/filesystems/qnx6.txt

This file was deleted.

1 change: 0 additions & 1 deletion trunk/Documentation/ioctl/ioctl-number.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ Code Seq#(hex) Include File Comments
'h' 00-7F conflict! Charon filesystem
<mailto:zapman@interlan.net>
'h' 00-1F linux/hpet.h conflict!
'h' 80-8F fs/hfsplus/ioctl.c
'i' 00-3F linux/i2o-dev.h conflict!
'i' 0B-1F linux/ipmi.h conflict!
'i' 80-8F linux/i8k.h
Expand Down
4 changes: 0 additions & 4 deletions trunk/Documentation/networking/dns_resolver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ implemented in the module can be called after doing:
If _expiry is non-NULL, the expiry time (TTL) of the result will be
returned also.

The kernel maintains an internal keyring in which it caches looked up keys.
This can be cleared by any process that has the CAP_SYS_ADMIN capability by
the use of KEYCTL_KEYRING_CLEAR on the keyring ID.


===============================
READING DNS KEYS FROM USERSPACE
Expand Down
Loading

0 comments on commit 93c614b

Please sign in to comment.